@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 AWS 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 AWS resource collections. 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.
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 © 2021. All rights reserved.