@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 Amazon Web Services resource collection type.
|
String |
resourceCollectionTypeAsString()
An Amazon Web Services 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 Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services 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 Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services 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 © 2023. All rights reserved.