@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceCollectionResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceCollectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
ResourceCollectionFilter |
getResourceCollection()
The requested list of Amazon Web Services resource collections.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceCollectionResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
GetResourceCollectionResult |
withResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resourceCollection
- The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services
resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services
resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the
Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag
key. You can specify up to 500 Amazon Web Services CloudFormation stacks.public ResourceCollectionFilter getResourceCollection()
The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
public GetResourceCollectionResult withResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resourceCollection
- The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services
resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services
resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the
Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag
key. You can specify up to 500 Amazon Web Services CloudFormation stacks.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public GetResourceCollectionResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString
in class Object
Object.toString()
public GetResourceCollectionResult clone()