@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEdgeDeploymentPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeEdgeDeploymentPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeDeploymentPlanRequest |
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 deployment plan to describe.
|
Integer |
getMaxResults()
The maximum number of results to select (50 by default).
|
String |
getNextToken()
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list
of stages returned.
|
int |
hashCode() |
void |
setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
void |
setNextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list
of stages returned.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEdgeDeploymentPlanRequest |
withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
|
DescribeEdgeDeploymentPlanRequest |
withMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
DescribeEdgeDeploymentPlanRequest |
withNextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list
of stages returned.
|
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, withSdkRequestTimeoutpublic void setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
edgeDeploymentPlanName - The name of the deployment plan to describe.public String getEdgeDeploymentPlanName()
The name of the deployment plan to describe.
public DescribeEdgeDeploymentPlanRequest withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
edgeDeploymentPlanName - The name of the deployment plan to describe.public void setNextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
nextToken - If the edge deployment plan has enough stages to require tokening, then this is the response from the last
list of stages returned.public String getNextToken()
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
public DescribeEdgeDeploymentPlanRequest withNextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
nextToken - If the edge deployment plan has enough stages to require tokening, then this is the response from the last
list of stages returned.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 DescribeEdgeDeploymentPlanRequest 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 String toString()
toString in class ObjectObject.toString()public DescribeEdgeDeploymentPlanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()