@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptSharedDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AcceptSharedDirectoryRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptSharedDirectoryRequest |
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.
|
AcceptSharedDirectoryRequest |
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, withSdkRequestTimeout
public 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 AcceptSharedDirectoryRequest 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 Object
Object.toString()
public AcceptSharedDirectoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()