@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceFleetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeviceFleetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeviceFleetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Filter fleets where packaging job was created after specified time.
|
Date |
getCreationTimeBefore()
Filter fleets where the edge packaging job was created before specified time.
|
Date |
getLastModifiedTimeAfter()
Select fleets where the job was updated after X
|
Date |
getLastModifiedTimeBefore()
Select fleets where the job was updated before X
|
Integer |
getMaxResults()
The maximum number of results to select.
|
String |
getNameContains()
Filter for fleets containing this name in their fleet device name.
|
String |
getNextToken()
The response from the last list when returning a list large enough to need tokening.
|
String |
getSortBy()
The column to sort by.
|
String |
getSortOrder()
What direction to sort in.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Filter fleets where packaging job was created after specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Filter fleets where the edge packaging job was created before specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select fleets where the job was updated after X
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select fleets where the job was updated before X
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to select.
|
void |
setNameContains(String nameContains)
Filter for fleets containing this name in their fleet device name.
|
void |
setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
void |
setSortBy(String sortBy)
The column to sort by.
|
void |
setSortOrder(String sortOrder)
What direction to sort in.
|
String |
toString()
Returns a string representation of this object.
|
ListDeviceFleetsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Filter fleets where packaging job was created after specified time.
|
ListDeviceFleetsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Filter fleets where the edge packaging job was created before specified time.
|
ListDeviceFleetsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select fleets where the job was updated after X
|
ListDeviceFleetsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select fleets where the job was updated before X
|
ListDeviceFleetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to select.
|
ListDeviceFleetsRequest |
withNameContains(String nameContains)
Filter for fleets containing this name in their fleet device name.
|
ListDeviceFleetsRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListDeviceFleetsRequest |
withSortBy(ListDeviceFleetsSortBy sortBy)
The column to sort by.
|
ListDeviceFleetsRequest |
withSortBy(String sortBy)
The column to sort by.
|
ListDeviceFleetsRequest |
withSortOrder(SortOrder sortOrder)
What direction to sort in.
|
ListDeviceFleetsRequest |
withSortOrder(String sortOrder)
What direction to sort in.
|
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 setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public String getNextToken()
The response from the last list when returning a list large enough to need tokening.
public ListDeviceFleetsRequest withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public void setMaxResults(Integer maxResults)
The maximum number of results to select.
maxResults
- The maximum number of results to select.public Integer getMaxResults()
The maximum number of results to select.
public ListDeviceFleetsRequest withMaxResults(Integer maxResults)
The maximum number of results to select.
maxResults
- The maximum number of results to select.public void setCreationTimeAfter(Date creationTimeAfter)
Filter fleets where packaging job was created after specified time.
creationTimeAfter
- Filter fleets where packaging job was created after specified time.public Date getCreationTimeAfter()
Filter fleets where packaging job was created after specified time.
public ListDeviceFleetsRequest withCreationTimeAfter(Date creationTimeAfter)
Filter fleets where packaging job was created after specified time.
creationTimeAfter
- Filter fleets where packaging job was created after specified time.public void setCreationTimeBefore(Date creationTimeBefore)
Filter fleets where the edge packaging job was created before specified time.
creationTimeBefore
- Filter fleets where the edge packaging job was created before specified time.public Date getCreationTimeBefore()
Filter fleets where the edge packaging job was created before specified time.
public ListDeviceFleetsRequest withCreationTimeBefore(Date creationTimeBefore)
Filter fleets where the edge packaging job was created before specified time.
creationTimeBefore
- Filter fleets where the edge packaging job was created before specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select fleets where the job was updated after X
lastModifiedTimeAfter
- Select fleets where the job was updated after Xpublic Date getLastModifiedTimeAfter()
Select fleets where the job was updated after X
public ListDeviceFleetsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Select fleets where the job was updated after X
lastModifiedTimeAfter
- Select fleets where the job was updated after Xpublic void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select fleets where the job was updated before X
lastModifiedTimeBefore
- Select fleets where the job was updated before Xpublic Date getLastModifiedTimeBefore()
Select fleets where the job was updated before X
public ListDeviceFleetsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Select fleets where the job was updated before X
lastModifiedTimeBefore
- Select fleets where the job was updated before Xpublic void setNameContains(String nameContains)
Filter for fleets containing this name in their fleet device name.
nameContains
- Filter for fleets containing this name in their fleet device name.public String getNameContains()
Filter for fleets containing this name in their fleet device name.
public ListDeviceFleetsRequest withNameContains(String nameContains)
Filter for fleets containing this name in their fleet device name.
nameContains
- Filter for fleets containing this name in their fleet device name.public void setSortBy(String sortBy)
The column to sort by.
sortBy
- The column to sort by.ListDeviceFleetsSortBy
public String getSortBy()
The column to sort by.
ListDeviceFleetsSortBy
public ListDeviceFleetsRequest withSortBy(String sortBy)
The column to sort by.
sortBy
- The column to sort by.ListDeviceFleetsSortBy
public ListDeviceFleetsRequest withSortBy(ListDeviceFleetsSortBy sortBy)
The column to sort by.
sortBy
- The column to sort by.ListDeviceFleetsSortBy
public void setSortOrder(String sortOrder)
What direction to sort in.
sortOrder
- What direction to sort in.SortOrder
public String getSortOrder()
What direction to sort in.
SortOrder
public ListDeviceFleetsRequest withSortOrder(String sortOrder)
What direction to sort in.
sortOrder
- What direction to sort in.SortOrder
public ListDeviceFleetsRequest withSortOrder(SortOrder sortOrder)
What direction to sort in.
sortOrder
- What direction to sort in.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListDeviceFleetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()