@Generated(value="software.amazon.awssdk:codegen") public final class GetResourceCollectionRequest extends DevOpsGuruRequest implements ToCopyableBuilder<GetResourceCollectionRequest.Builder,GetResourceCollectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourceCollectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourceCollectionRequest.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()
The type of Amazon Web Services resource collections to return.
|
String |
resourceCollectionTypeAsString()
The type of Amazon Web Services resource collections to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourceCollectionRequest.Builder> |
serializableBuilderClass() |
GetResourceCollectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceCollectionType resourceCollectionType()
The type of Amazon Web Services resource collections to return. The one valid value is
CLOUD_FORMATION for 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().
CLOUD_FORMATION for Amazon Web Services CloudFormation stacks.ResourceCollectionTypepublic final String resourceCollectionTypeAsString()
The type of Amazon Web Services resource collections to return. The one valid value is
CLOUD_FORMATION for 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().
CLOUD_FORMATION for Amazon Web Services CloudFormation stacks.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 GetResourceCollectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourceCollectionRequest.Builder,GetResourceCollectionRequest>toBuilder in class DevOpsGuruRequestpublic static GetResourceCollectionRequest.Builder builder()
public static Class<? extends GetResourceCollectionRequest.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.