@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceCollection extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
ResourceCollection() |
Modifier and Type | Method and Description |
---|---|
ResourceCollection |
clone() |
boolean |
equals(Object obj) |
CloudFormationCollection |
getCloudFormation()
An array of the names of AWS CloudFormation stacks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudFormation(CloudFormationCollection cloudFormation)
An array of the names of AWS CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCollection |
withCloudFormation(CloudFormationCollection cloudFormation)
An array of the names of AWS CloudFormation stacks.
|
public void setCloudFormation(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.
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 CloudFormationCollection getCloudFormation()
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 withCloudFormation(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.
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 String toString()
toString
in class Object
Object.toString()
public ResourceCollection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.