@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountModificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountModificationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountModificationsResult |
clone() |
boolean |
equals(Object obj) |
List<AccountModification> |
getAccountModifications()
The list of modifications to the configuration of BYOL.
|
String |
getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
|
int |
hashCode() |
void |
setAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountModificationsResult |
withAccountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResult |
withAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccountModification> getAccountModifications()
The list of modifications to the configuration of BYOL.
public void setAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
accountModifications
- The list of modifications to the configuration of BYOL.public DescribeAccountModificationsResult withAccountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
NOTE: This method appends the values to the existing list (if any). Use
setAccountModifications(java.util.Collection)
or withAccountModifications(java.util.Collection)
if you want to override the existing values.
accountModifications
- The list of modifications to the configuration of BYOL.public DescribeAccountModificationsResult withAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
accountModifications
- The list of modifications to the configuration of BYOL.public void setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
public DescribeAccountModificationsResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountModificationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.