@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUpdateDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeUpdateDirectoryResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If not null, more results are available.
|
List<UpdateInfoEntry> |
getUpdateActivities()
The list of update activities on a directory for the requested update type.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If not null, more results are available.
|
void |
setUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUpdateDirectoryResult |
withNextToken(String nextToken)
If not null, more results are available.
|
DescribeUpdateDirectoryResult |
withUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
|
DescribeUpdateDirectoryResult |
withUpdateActivities(UpdateInfoEntry... updateActivities)
The list of update activities on a directory for the requested update type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<UpdateInfoEntry> getUpdateActivities()
The list of update activities on a directory for the requested update type.
public void setUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
updateActivities - The list of update activities on a directory for the requested update type.public DescribeUpdateDirectoryResult withUpdateActivities(UpdateInfoEntry... updateActivities)
The list of update activities on a directory for the requested update type.
NOTE: This method appends the values to the existing list (if any). Use
setUpdateActivities(java.util.Collection) or withUpdateActivities(java.util.Collection) if you
want to override the existing values.
updateActivities - The list of update activities on a directory for the requested update type.public DescribeUpdateDirectoryResult withUpdateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
updateActivities - The list of update activities on a directory for the requested update type.public void setNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter.public String getNextToken()
If not null, more results are available. Pass this value for the NextToken parameter.
NextToken parameter.public DescribeUpdateDirectoryResult withNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter.public String toString()
toString in class ObjectObject.toString()public DescribeUpdateDirectoryResult clone()