@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUpdateDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeUpdateDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateDirectoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The unique identifier of the directory.
|
String |
getNextToken()
The
DescribeUpdateDirectoryResult. |
String |
getRegionName()
The name of the Region.
|
String |
getUpdateType()
The type of updates you want to describe for the directory.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The unique identifier of the directory.
|
void |
setNextToken(String nextToken)
The
DescribeUpdateDirectoryResult. |
void |
setRegionName(String regionName)
The name of the Region.
|
void |
setUpdateType(String updateType)
The type of updates you want to describe for the directory.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUpdateDirectoryRequest |
withDirectoryId(String directoryId)
The unique identifier of the directory.
|
DescribeUpdateDirectoryRequest |
withNextToken(String nextToken)
The
DescribeUpdateDirectoryResult. |
DescribeUpdateDirectoryRequest |
withRegionName(String regionName)
The name of the Region.
|
DescribeUpdateDirectoryRequest |
withUpdateType(String updateType)
The type of updates you want to describe for the directory.
|
DescribeUpdateDirectoryRequest |
withUpdateType(UpdateType updateType)
The type of updates you want to describe for the directory.
|
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 setDirectoryId(String directoryId)
The unique identifier of the directory.
directoryId - The unique identifier of the directory.public String getDirectoryId()
The unique identifier of the directory.
public DescribeUpdateDirectoryRequest withDirectoryId(String directoryId)
The unique identifier of the directory.
directoryId - The unique identifier of the directory.public void setUpdateType(String updateType)
The type of updates you want to describe for the directory.
updateType - The type of updates you want to describe for the directory.UpdateTypepublic String getUpdateType()
The type of updates you want to describe for the directory.
UpdateTypepublic DescribeUpdateDirectoryRequest withUpdateType(String updateType)
The type of updates you want to describe for the directory.
updateType - The type of updates you want to describe for the directory.UpdateTypepublic DescribeUpdateDirectoryRequest withUpdateType(UpdateType updateType)
The type of updates you want to describe for the directory.
updateType - The type of updates you want to describe for the directory.UpdateTypepublic void setRegionName(String regionName)
The name of the Region.
regionName - The name of the Region.public String getRegionName()
The name of the Region.
public DescribeUpdateDirectoryRequest withRegionName(String regionName)
The name of the Region.
regionName - The name of the Region.public void setNextToken(String nextToken)
The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.
nextToken - The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.public String getNextToken()
The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.
DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.public DescribeUpdateDirectoryRequest withNextToken(String nextToken)
The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.
nextToken - The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.public String toString()
toString in class ObjectObject.toString()public DescribeUpdateDirectoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()