@Generated(value="software.amazon.awssdk:codegen") public final class ResourceCollection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceCollection.Builder,ResourceCollection>
A collection of AWS resources supported by DevOps Guru. 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceCollection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceCollection.Builder |
builder() |
CloudFormationCollection |
cloudFormation()
An array of the names of AWS CloudFormation stacks.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceCollection.Builder> |
serializableBuilderClass() |
ResourceCollection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudFormationCollection cloudFormation()
An array of the names of AWS CloudFormation stacks. The stacks define AWS resources that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.
public ResourceCollection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceCollection.Builder,ResourceCollection>public static ResourceCollection.Builder builder()
public static Class<? extends ResourceCollection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.