@Generated(value="software.amazon.awssdk:codegen") public final class DescribeResourceCollectionHealthRequest extends DevOpsGuruRequest implements ToCopyableBuilder<DescribeResourceCollectionHealthRequest.Builder,DescribeResourceCollectionHealthRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeResourceCollectionHealthRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeResourceCollectionHealthRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
ResourceCollectionType |
resourceCollectionType()
An AWS resource collection type.
|
String |
resourceCollectionTypeAsString()
An AWS resource collection type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeResourceCollectionHealthRequest.Builder> |
serializableBuilderClass() |
DescribeResourceCollectionHealthRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version,
resourceCollectionType will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceCollectionTypeAsString().
ResourceCollectionTypepublic final String resourceCollectionTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
resourceCollectionType will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from resourceCollectionTypeAsString().
ResourceCollectionTypepublic final 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.
public DescribeResourceCollectionHealthRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeResourceCollectionHealthRequest.Builder,DescribeResourceCollectionHealthRequest>toBuilder in class DevOpsGuruRequestpublic static DescribeResourceCollectionHealthRequest.Builder builder()
public static Class<? extends DescribeResourceCollectionHealthRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.