@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRotationOverridesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRotationOverridesResult() |
Modifier and Type | Method and Description |
---|---|
ListRotationOverridesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<RotationOverride> |
getRotationOverrides()
A list of rotation overrides in the specified time range.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setRotationOverrides(Collection<RotationOverride> rotationOverrides)
A list of rotation overrides in the specified time range.
|
String |
toString()
Returns a string representation of this object.
|
ListRotationOverridesResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationOverridesResult |
withRotationOverrides(Collection<RotationOverride> rotationOverrides)
A list of rotation overrides in the specified time range.
|
ListRotationOverridesResult |
withRotationOverrides(RotationOverride... rotationOverrides)
A list of rotation overrides in the specified time range.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RotationOverride> getRotationOverrides()
A list of rotation overrides in the specified time range.
public void setRotationOverrides(Collection<RotationOverride> rotationOverrides)
A list of rotation overrides in the specified time range.
rotationOverrides
- A list of rotation overrides in the specified time range.public ListRotationOverridesResult withRotationOverrides(RotationOverride... rotationOverrides)
A list of rotation overrides in the specified time range.
NOTE: This method appends the values to the existing list (if any). Use
setRotationOverrides(java.util.Collection)
or withRotationOverrides(java.util.Collection)
if
you want to override the existing values.
rotationOverrides
- A list of rotation overrides in the specified time range.public ListRotationOverridesResult withRotationOverrides(Collection<RotationOverride> rotationOverrides)
A list of rotation overrides in the specified time range.
rotationOverrides
- A list of rotation overrides in the specified time range.public void setNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String getNextToken()
The token for the next set of items to return. Use this token to get the next set of results.
public ListRotationOverridesResult withNextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRotationOverridesResult clone()