@Generated(value="software.amazon.awssdk:codegen") public final class GetResourceCollectionResponse extends DevOpsGuruResponse implements ToCopyableBuilder<GetResourceCollectionResponse.Builder,GetResourceCollectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourceCollectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourceCollectionResponse.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.
|
ResourceCollectionFilter |
resourceCollection()
The requested list of Amazon Web Services resource collections.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourceCollectionResponse.Builder> |
serializableBuilderClass() |
GetResourceCollectionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceCollectionFilter resourceCollection()
The requested list of Amazon Web Services resource collections. 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.
public final String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public GetResourceCollectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourceCollectionResponse.Builder,GetResourceCollectionResponse>toBuilder in class AwsResponsepublic static GetResourceCollectionResponse.Builder builder()
public static Class<? extends GetResourceCollectionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.