@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkloadDeploymentPatternsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkloadDeploymentPatternsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkloadDeploymentPatternsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to include in another request to get the next page of items.
|
List<WorkloadDeploymentPatternDataSummary> |
getWorkloadDeploymentPatterns()
Describes the workload deployment patterns.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setWorkloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns)
Describes the workload deployment patterns.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkloadDeploymentPatternsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
ListWorkloadDeploymentPatternsResult |
withWorkloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns)
Describes the workload deployment patterns.
|
ListWorkloadDeploymentPatternsResult |
withWorkloadDeploymentPatterns(WorkloadDeploymentPatternDataSummary... workloadDeploymentPatterns)
Describes the workload deployment patterns.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListWorkloadDeploymentPatternsResult()
public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public ListWorkloadDeploymentPatternsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public List<WorkloadDeploymentPatternDataSummary> getWorkloadDeploymentPatterns()
Describes the workload deployment patterns.
public void setWorkloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns)
Describes the workload deployment patterns.
workloadDeploymentPatterns
- Describes the workload deployment patterns.public ListWorkloadDeploymentPatternsResult withWorkloadDeploymentPatterns(WorkloadDeploymentPatternDataSummary... workloadDeploymentPatterns)
Describes the workload deployment patterns.
NOTE: This method appends the values to the existing list (if any). Use
setWorkloadDeploymentPatterns(java.util.Collection)
or
withWorkloadDeploymentPatterns(java.util.Collection)
if you want to override the existing values.
workloadDeploymentPatterns
- Describes the workload deployment patterns.public ListWorkloadDeploymentPatternsResult withWorkloadDeploymentPatterns(Collection<WorkloadDeploymentPatternDataSummary> workloadDeploymentPatterns)
Describes the workload deployment patterns.
workloadDeploymentPatterns
- Describes the workload deployment patterns.public String toString()
toString
in class Object
Object.toString()
public ListWorkloadDeploymentPatternsResult clone()