@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 one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resourceCollection
- The requested list of Amazon Web Services resource collections. The one type of Amazon Web Services
resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured
to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to
500 Amazon Web Services CloudFormation stacks.public ResourceCollectionFilter getResourceCollection()
The requested list of Amazon Web Services resource collections. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. 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 one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resourceCollection
- The requested list of Amazon Web Services resource collections. The one type of Amazon Web Services
resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured
to analyze only the Amazon Web Services resources that are defined in the stacks. 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()