@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShareDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ShareDirectoryResult() |
| Modifier and Type | Method and Description |
|---|---|
ShareDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getSharedDirectoryId()
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (
DirectoryId). |
int |
hashCode() |
void |
setSharedDirectoryId(String sharedDirectoryId)
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (
DirectoryId). |
String |
toString()
Returns a string representation of this object.
|
ShareDirectoryResult |
withSharedDirectoryId(String sharedDirectoryId)
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (
DirectoryId). |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSharedDirectoryId(String sharedDirectoryId)
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (DirectoryId).
sharedDirectoryId - Identifier of the directory that is stored in the directory consumer account that is shared from the
specified directory (DirectoryId).public String getSharedDirectoryId()
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (DirectoryId).
DirectoryId).public ShareDirectoryResult withSharedDirectoryId(String sharedDirectoryId)
Identifier of the directory that is stored in the directory consumer account that is shared from the specified
directory (DirectoryId).
sharedDirectoryId - Identifier of the directory that is stored in the directory consumer account that is shared from the
specified directory (DirectoryId).public String toString()
toString in class ObjectObject.toString()public ShareDirectoryResult clone()
Copyright © 2020. All rights reserved.