@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListZonalShiftsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListZonalShiftsRequest() |
Modifier and Type | Method and Description |
---|---|
ListZonalShiftsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of objects that you want to return with this call.
|
String |
getNextToken()
Specifies that you want to receive the next page of results.
|
String |
getResourceIdentifier()
The identifier for the resource that you want to list zonal shifts for.
|
String |
getStatus()
A status for a zonal shift.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
void |
setNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
void |
setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to list zonal shifts for.
|
void |
setStatus(String status)
A status for a zonal shift.
|
String |
toString()
Returns a string representation of this object.
|
ListZonalShiftsRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListZonalShiftsRequest |
withNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListZonalShiftsRequest |
withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to list zonal shifts for.
|
ListZonalShiftsRequest |
withStatus(String status)
A status for a zonal shift.
|
ListZonalShiftsRequest |
withStatus(ZonalShiftStatus status)
A status for a zonal shift.
|
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 setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults
- The number of objects that you want to return with this call.public Integer getMaxResults()
The number of objects that you want to return with this call.
public ListZonalShiftsRequest withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults
- The number of objects that you want to return with this call.public void setNextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken
response to request the next page of results.
nextToken
- Specifies that you want to receive the next page of results. Valid only if you received a
NextToken
response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response
to request the next page of results.public String getNextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken
response to request the next page of results.
NextToken
response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public ListZonalShiftsRequest withNextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken
response to request the next page of results.
nextToken
- Specifies that you want to receive the next page of results. Valid only if you received a
NextToken
response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response
to request the next page of results.public void setResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier
- The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon
Resource Name (ARN) for the resource.public String getResourceIdentifier()
The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
public ListZonalShiftsRequest withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
resourceIdentifier
- The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon
Resource Name (ARN) for the resource.public void setStatus(String status)
A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
status
- A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus
public String getStatus()
A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus
public ListZonalShiftsRequest withStatus(String status)
A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
status
- A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus
public ListZonalShiftsRequest withStatus(ZonalShiftStatus status)
A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
status
- A status for a zonal shift.
The Status
for a zonal shift can have one of the following values:
ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
ZonalShiftStatus
public String toString()
toString
in class Object
Object.toString()
public ListZonalShiftsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()