@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeploymentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHistoryFilter()
The filter for the list of deployments.
|
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
String |
getParentTargetArn()
The parent deployment's target ARN within a subdeployment.
|
String |
getTargetArn()
The ARN of the target
IoT thing or thing group.
|
int |
hashCode() |
void |
setHistoryFilter(String historyFilter)
The filter for the list of deployments.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setParentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
|
void |
setTargetArn(String targetArn)
The ARN of the target
IoT thing or thing group.
|
String |
toString()
Returns a string representation of this object.
|
ListDeploymentsRequest |
withHistoryFilter(DeploymentHistoryFilter historyFilter)
The filter for the list of deployments.
|
ListDeploymentsRequest |
withHistoryFilter(String historyFilter)
The filter for the list of deployments.
|
ListDeploymentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListDeploymentsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListDeploymentsRequest |
withParentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
|
ListDeploymentsRequest |
withTargetArn(String targetArn)
The ARN of the target
IoT thing or thing group.
|
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 setTargetArn(String targetArn)
The ARN of the target IoT thing or thing group.
targetArn
- The ARN of the
target IoT thing or thing group.public String getTargetArn()
The ARN of the target IoT thing or thing group.
public ListDeploymentsRequest withTargetArn(String targetArn)
The ARN of the target IoT thing or thing group.
targetArn
- The ARN of the
target IoT thing or thing group.public void setHistoryFilter(String historyFilter)
The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
historyFilter
- The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
DeploymentHistoryFilter
public String getHistoryFilter()
The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
DeploymentHistoryFilter
public ListDeploymentsRequest withHistoryFilter(String historyFilter)
The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
historyFilter
- The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
DeploymentHistoryFilter
public ListDeploymentsRequest withHistoryFilter(DeploymentHistoryFilter historyFilter)
The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
historyFilter
- The filter for the list of deployments. Choose one of the following options:
ALL
– The list includes all deployments.
LATEST_ONLY
– The list includes only the latest revision of each deployment.
Default: LATEST_ONLY
DeploymentHistoryFilter
public void setParentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
parentTargetArn
- The parent deployment's target ARN within a
subdeployment.public String getParentTargetArn()
The parent deployment's target ARN within a subdeployment.
public ListDeploymentsRequest withParentTargetArn(String parentTargetArn)
The parent deployment's target ARN within a subdeployment.
parentTargetArn
- The parent deployment's target ARN within a
subdeployment.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
Default: 50
maxResults
- The maximum number of results to be returned per paginated request.
Default: 50
public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
Default: 50
Default: 50
public ListDeploymentsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
Default: 50
maxResults
- The maximum number of results to be returned per paginated request.
Default: 50
public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListDeploymentsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()