@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 AWS 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 AWS 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 AWS resource collections.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
resourceCollection
- The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS
CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in
the stacks. You can specify up to 500 AWS CloudFormation stacks.public ResourceCollectionFilter getResourceCollection()
The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
public GetResourceCollectionResult withResourceCollection(ResourceCollectionFilter resourceCollection)
The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
resourceCollection
- The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS
CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in
the stacks. You can specify up to 500 AWS 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()