@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRotationOverridesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRotationOverridesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRotationOverridesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The date and time for the end of a time range for listing overrides.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
String |
getRotationId()
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
|
Date |
getStartTime()
The date and time for the beginning of a time range for listing overrides.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The date and time for the end of a time range for listing overrides.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
|
void |
setStartTime(Date startTime)
The date and time for the beginning of a time range for listing overrides.
|
String |
toString()
Returns a string representation of this object.
|
ListRotationOverridesRequest |
withEndTime(Date endTime)
The date and time for the end of a time range for listing overrides.
|
ListRotationOverridesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationOverridesRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListRotationOverridesRequest |
withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
|
ListRotationOverridesRequest |
withStartTime(Date startTime)
The date and time for the beginning of a time range for listing overrides.
|
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 setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
rotationId
- The Amazon Resource Name (ARN) of the rotation to retrieve information about.public String getRotationId()
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
public ListRotationOverridesRequest withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve information about.
rotationId
- The Amazon Resource Name (ARN) of the rotation to retrieve information about.public void setStartTime(Date startTime)
The date and time for the beginning of a time range for listing overrides.
startTime
- The date and time for the beginning of a time range for listing overrides.public Date getStartTime()
The date and time for the beginning of a time range for listing overrides.
public ListRotationOverridesRequest withStartTime(Date startTime)
The date and time for the beginning of a time range for listing overrides.
startTime
- The date and time for the beginning of a time range for listing overrides.public void setEndTime(Date endTime)
The date and time for the end of a time range for listing overrides.
endTime
- The date and time for the end of a time range for listing overrides.public Date getEndTime()
The date and time for the end of a time range for listing overrides.
public ListRotationOverridesRequest withEndTime(Date endTime)
The date and time for the end of a time range for listing overrides.
endTime
- The date and time for the end of a time range for listing overrides.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public ListRotationOverridesRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public ListRotationOverridesRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRotationOverridesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()