@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectSharedDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RejectSharedDirectoryRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RejectSharedDirectoryRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| 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. | 
| RejectSharedDirectoryRequest | withSharedDirectoryId(String sharedDirectoryId)
 Identifier of the shared directory in the directory consumer account. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSharedDirectoryId(String sharedDirectoryId)
Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.
sharedDirectoryId - Identifier of the shared directory in the directory consumer account. This identifier is different for
        each directory owner account.public String getSharedDirectoryId()
Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.
public RejectSharedDirectoryRequest withSharedDirectoryId(String sharedDirectoryId)
Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.
sharedDirectoryId - Identifier of the shared directory in the directory consumer account. This identifier is different for
        each directory owner account.public String toString()
toString in class ObjectObject.toString()public RejectSharedDirectoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()