@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEdgeDeploymentPlansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEdgeDeploymentPlansRequest() |
Modifier and Type | Method and Description |
---|---|
ListEdgeDeploymentPlansRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Selects edge deployment plans created after this time.
|
Date |
getCreationTimeBefore()
Selects edge deployment plans created before this time.
|
String |
getDeviceFleetNameContains()
Selects edge deployment plans with a device fleet name containing this name.
|
Date |
getLastModifiedTimeAfter()
Selects edge deployment plans that were last updated after this time.
|
Date |
getLastModifiedTimeBefore()
Selects edge deployment plans that were last updated before this time.
|
Integer |
getMaxResults()
The maximum number of results to select (50 by default).
|
String |
getNameContains()
Selects edge deployment plans with names containing this name.
|
String |
getNextToken()
The response from the last list when returning a list large enough to need tokening.
|
String |
getSortBy()
The column by which to sort the edge deployment plans.
|
String |
getSortOrder()
The direction of the sorting (ascending or descending).
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Selects edge deployment plans created after this time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Selects edge deployment plans created before this time.
|
void |
setDeviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
void |
setNameContains(String nameContains)
Selects edge deployment plans with names containing this 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 by which to sort the edge deployment plans.
|
void |
setSortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
|
String |
toString()
Returns a string representation of this object.
|
ListEdgeDeploymentPlansRequest |
withCreationTimeAfter(Date creationTimeAfter)
Selects edge deployment plans created after this time.
|
ListEdgeDeploymentPlansRequest |
withCreationTimeBefore(Date creationTimeBefore)
Selects edge deployment plans created before this time.
|
ListEdgeDeploymentPlansRequest |
withDeviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
|
ListEdgeDeploymentPlansRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
|
ListEdgeDeploymentPlansRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
|
ListEdgeDeploymentPlansRequest |
withMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
ListEdgeDeploymentPlansRequest |
withNameContains(String nameContains)
Selects edge deployment plans with names containing this name.
|
ListEdgeDeploymentPlansRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListEdgeDeploymentPlansRequest |
withSortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest |
withSortBy(String sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest |
withSortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
|
ListEdgeDeploymentPlansRequest |
withSortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
|
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 ListEdgeDeploymentPlansRequest 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 (50 by default).
maxResults
- The maximum number of results to select (50 by default).public Integer getMaxResults()
The maximum number of results to select (50 by default).
public ListEdgeDeploymentPlansRequest withMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
maxResults
- The maximum number of results to select (50 by default).public void setCreationTimeAfter(Date creationTimeAfter)
Selects edge deployment plans created after this time.
creationTimeAfter
- Selects edge deployment plans created after this time.public Date getCreationTimeAfter()
Selects edge deployment plans created after this time.
public ListEdgeDeploymentPlansRequest withCreationTimeAfter(Date creationTimeAfter)
Selects edge deployment plans created after this time.
creationTimeAfter
- Selects edge deployment plans created after this time.public void setCreationTimeBefore(Date creationTimeBefore)
Selects edge deployment plans created before this time.
creationTimeBefore
- Selects edge deployment plans created before this time.public Date getCreationTimeBefore()
Selects edge deployment plans created before this time.
public ListEdgeDeploymentPlansRequest withCreationTimeBefore(Date creationTimeBefore)
Selects edge deployment plans created before this time.
creationTimeBefore
- Selects edge deployment plans created before this time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
lastModifiedTimeAfter
- Selects edge deployment plans that were last updated after this time.public Date getLastModifiedTimeAfter()
Selects edge deployment plans that were last updated after this time.
public ListEdgeDeploymentPlansRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
lastModifiedTimeAfter
- Selects edge deployment plans that were last updated after this time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
lastModifiedTimeBefore
- Selects edge deployment plans that were last updated before this time.public Date getLastModifiedTimeBefore()
Selects edge deployment plans that were last updated before this time.
public ListEdgeDeploymentPlansRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
lastModifiedTimeBefore
- Selects edge deployment plans that were last updated before this time.public void setNameContains(String nameContains)
Selects edge deployment plans with names containing this name.
nameContains
- Selects edge deployment plans with names containing this name.public String getNameContains()
Selects edge deployment plans with names containing this name.
public ListEdgeDeploymentPlansRequest withNameContains(String nameContains)
Selects edge deployment plans with names containing this name.
nameContains
- Selects edge deployment plans with names containing this name.public void setDeviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
deviceFleetNameContains
- Selects edge deployment plans with a device fleet name containing this name.public String getDeviceFleetNameContains()
Selects edge deployment plans with a device fleet name containing this name.
public ListEdgeDeploymentPlansRequest withDeviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
deviceFleetNameContains
- Selects edge deployment plans with a device fleet name containing this name.public void setSortBy(String sortBy)
The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.
sortBy
- The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.ListEdgeDeploymentPlansSortBy
public String getSortBy()
The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.
NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.ListEdgeDeploymentPlansSortBy
public ListEdgeDeploymentPlansRequest withSortBy(String sortBy)
The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.
sortBy
- The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.ListEdgeDeploymentPlansSortBy
public ListEdgeDeploymentPlansRequest withSortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.
sortBy
- The column by which to sort the edge deployment plans. Can be one of NAME
,
DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.ListEdgeDeploymentPlansSortBy
public void setSortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
sortOrder
- The direction of the sorting (ascending or descending).SortOrder
public String getSortOrder()
The direction of the sorting (ascending or descending).
SortOrder
public ListEdgeDeploymentPlansRequest withSortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
sortOrder
- The direction of the sorting (ascending or descending).SortOrder
public ListEdgeDeploymentPlansRequest withSortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
sortOrder
- The direction of the sorting (ascending or descending).SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListEdgeDeploymentPlansRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()