@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEdgeDeploymentPlansResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEdgeDeploymentPlansResult() |
Modifier and Type | Method and Description |
---|---|
ListEdgeDeploymentPlansResult |
clone() |
boolean |
equals(Object obj) |
List<EdgeDeploymentPlanSummary> |
getEdgeDeploymentPlanSummaries()
List of summaries of edge deployment plans.
|
String |
getNextToken()
The token to use when calling the next page of results.
|
int |
hashCode() |
void |
setEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
void |
setNextToken(String nextToken)
The token to use when calling the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEdgeDeploymentPlansResult |
withEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
ListEdgeDeploymentPlansResult |
withEdgeDeploymentPlanSummaries(EdgeDeploymentPlanSummary... edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
ListEdgeDeploymentPlansResult |
withNextToken(String nextToken)
The token to use when calling the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EdgeDeploymentPlanSummary> getEdgeDeploymentPlanSummaries()
List of summaries of edge deployment plans.
public void setEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
edgeDeploymentPlanSummaries
- List of summaries of edge deployment plans.public ListEdgeDeploymentPlansResult withEdgeDeploymentPlanSummaries(EdgeDeploymentPlanSummary... edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
NOTE: This method appends the values to the existing list (if any). Use
setEdgeDeploymentPlanSummaries(java.util.Collection)
or
withEdgeDeploymentPlanSummaries(java.util.Collection)
if you want to override the existing values.
edgeDeploymentPlanSummaries
- List of summaries of edge deployment plans.public ListEdgeDeploymentPlansResult withEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
edgeDeploymentPlanSummaries
- List of summaries of edge deployment plans.public void setNextToken(String nextToken)
The token to use when calling the next page of results.
nextToken
- The token to use when calling the next page of results.public String getNextToken()
The token to use when calling the next page of results.
public ListEdgeDeploymentPlansResult withNextToken(String nextToken)
The token to use when calling the next page of results.
nextToken
- The token to use when calling the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListEdgeDeploymentPlansResult clone()