@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
String |
getResourceCollectionType()
An AWS 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 AWS 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 AWS resource collection type.
|
DescribeResourceCollectionHealthRequest |
withResourceCollectionType(String resourceCollectionType)
An AWS resource collection type.
|
addHandlerContext, 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, withSdkRequestTimeout
public DescribeResourceCollectionHealthRequest()
public void setResourceCollectionType(String resourceCollectionType)
An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.
resourceCollectionType
- An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.ResourceCollectionType
public String getResourceCollectionType()
An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.
ResourceCollectionType
public DescribeResourceCollectionHealthRequest withResourceCollectionType(String resourceCollectionType)
An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.
resourceCollectionType
- An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.ResourceCollectionType
public DescribeResourceCollectionHealthRequest withResourceCollectionType(ResourceCollectionType resourceCollectionType)
An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.
resourceCollectionType
- An AWS resource collection type. This type specifies how analyzed AWS resources are defined. 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.ResourceCollectionType
public 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 Object
Object.toString()
public DescribeResourceCollectionHealthRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()