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