@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeResourceCollectionHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeResourceCollectionHealthRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
String |
getResourceCollectionType()
An Amazon Web Services resource collection type.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setResourceCollectionType(String resourceCollectionType)
An Amazon Web Services resource collection type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeResourceCollectionHealthRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeResourceCollectionHealthRequest |
withResourceCollectionType(ResourceCollectionType resourceCollectionType)
An Amazon Web Services resource collection type.
|
DescribeResourceCollectionHealthRequest |
withResourceCollectionType(String resourceCollectionType)
An Amazon Web Services resource collection type.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeResourceCollectionHealthRequest()
public void setResourceCollectionType(String resourceCollectionType)
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. 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.
resourceCollectionType - An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services
resources are defined. 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.ResourceCollectionTypepublic String getResourceCollectionType()
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. 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.
ResourceCollectionTypepublic DescribeResourceCollectionHealthRequest withResourceCollectionType(String resourceCollectionType)
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. 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.
resourceCollectionType - An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services
resources are defined. 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.ResourceCollectionTypepublic DescribeResourceCollectionHealthRequest withResourceCollectionType(ResourceCollectionType resourceCollectionType)
An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. 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.
resourceCollectionType - An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services
resources are defined. 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.ResourceCollectionTypepublic void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public DescribeResourceCollectionHealthRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString in class ObjectObject.toString()public DescribeResourceCollectionHealthRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.