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