@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRotationShiftsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRotationShiftsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRotationShiftsRequest |
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 the time range to list shifts for.
|
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 shift information about.
|
Date |
getStartTime()
The date and time for the beginning of the time range to list shifts for.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The date and time for the end of the time range to list shifts for.
|
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 shift information about.
|
void |
setStartTime(Date startTime)
The date and time for the beginning of the time range to list shifts for.
|
String |
toString()
Returns a string representation of this object.
|
ListRotationShiftsRequest |
withEndTime(Date endTime)
The date and time for the end of the time range to list shifts for.
|
ListRotationShiftsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationShiftsRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListRotationShiftsRequest |
withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
|
ListRotationShiftsRequest |
withStartTime(Date startTime)
The date and time for the beginning of the time range to list shifts for.
|
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 shift information about.
rotationId
- The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.public String getRotationId()
The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
public ListRotationShiftsRequest withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
rotationId
- The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.public void setStartTime(Date startTime)
The date and time for the beginning of the time range to list shifts for.
startTime
- The date and time for the beginning of the time range to list shifts for.public Date getStartTime()
The date and time for the beginning of the time range to list shifts for.
public ListRotationShiftsRequest withStartTime(Date startTime)
The date and time for the beginning of the time range to list shifts for.
startTime
- The date and time for the beginning of the time range to list shifts for.public void setEndTime(Date endTime)
The date and time for the end of the time range to list shifts for.
endTime
- The date and time for the end of the time range to list shifts for.public Date getEndTime()
The date and time for the end of the time range to list shifts for.
public ListRotationShiftsRequest withEndTime(Date endTime)
The date and time for the end of the time range to list shifts for.
endTime
- The date and time for the end of the time range to list shifts for.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 ListRotationShiftsRequest 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 ListRotationShiftsRequest 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 ListRotationShiftsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.