@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStageDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStageDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListStageDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEdgeDeploymentPlanName()
The name of the edge deployment plan.
|
Boolean |
getExcludeDevicesDeployedInOtherStage()
Toggle for excluding devices deployed in other stages.
|
Integer |
getMaxResults()
The maximum number of requests to select.
|
String |
getNextToken()
The response from the last list when returning a list large enough to neeed tokening.
|
String |
getStageName()
The name of the stage in the deployment.
|
int |
hashCode() |
Boolean |
isExcludeDevicesDeployedInOtherStage()
Toggle for excluding devices deployed in other stages.
|
void |
setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
void |
setExcludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)
Toggle for excluding devices deployed in other stages.
|
void |
setMaxResults(Integer maxResults)
The maximum number of requests to select.
|
void |
setNextToken(String nextToken)
The response from the last list when returning a list large enough to neeed tokening.
|
void |
setStageName(String stageName)
The name of the stage in the deployment.
|
String |
toString()
Returns a string representation of this object.
|
ListStageDevicesRequest |
withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
ListStageDevicesRequest |
withExcludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)
Toggle for excluding devices deployed in other stages.
|
ListStageDevicesRequest |
withMaxResults(Integer maxResults)
The maximum number of requests to select.
|
ListStageDevicesRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to neeed tokening.
|
ListStageDevicesRequest |
withStageName(String stageName)
The name of the stage in the deployment.
|
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 neeed tokening.
nextToken
- The response from the last list when returning a list large enough to neeed tokening.public String getNextToken()
The response from the last list when returning a list large enough to neeed tokening.
public ListStageDevicesRequest withNextToken(String nextToken)
The response from the last list when returning a list large enough to neeed tokening.
nextToken
- The response from the last list when returning a list large enough to neeed tokening.public void setMaxResults(Integer maxResults)
The maximum number of requests to select.
maxResults
- The maximum number of requests to select.public Integer getMaxResults()
The maximum number of requests to select.
public ListStageDevicesRequest withMaxResults(Integer maxResults)
The maximum number of requests to select.
maxResults
- The maximum number of requests to select.public void setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName
- The name of the edge deployment plan.public String getEdgeDeploymentPlanName()
The name of the edge deployment plan.
public ListStageDevicesRequest withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName
- The name of the edge deployment plan.public void setExcludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)
Toggle for excluding devices deployed in other stages.
excludeDevicesDeployedInOtherStage
- Toggle for excluding devices deployed in other stages.public Boolean getExcludeDevicesDeployedInOtherStage()
Toggle for excluding devices deployed in other stages.
public ListStageDevicesRequest withExcludeDevicesDeployedInOtherStage(Boolean excludeDevicesDeployedInOtherStage)
Toggle for excluding devices deployed in other stages.
excludeDevicesDeployedInOtherStage
- Toggle for excluding devices deployed in other stages.public Boolean isExcludeDevicesDeployedInOtherStage()
Toggle for excluding devices deployed in other stages.
public void setStageName(String stageName)
The name of the stage in the deployment.
stageName
- The name of the stage in the deployment.public String getStageName()
The name of the stage in the deployment.
public ListStageDevicesRequest withStageName(String stageName)
The name of the stage in the deployment.
stageName
- The name of the stage in the deployment.public String toString()
toString
in class Object
Object.toString()
public ListStageDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()