@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceCollection extends Object implements Serializable, Cloneable, StructuredPojo
A collection of Amazon Web Services resources supported by DevOps Guru. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCollection |
withCloudFormation(CloudFormationCollection cloudFormation)
An array of the names of Amazon Web Services CloudFormation stacks.
|
public void setCloudFormation(CloudFormationCollection cloudFormation)
An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.
cloudFormation
- An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services
resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.public CloudFormationCollection getCloudFormation()
An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.
public ResourceCollection withCloudFormation(CloudFormationCollection cloudFormation)
An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.
cloudFormation
- An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services
resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services 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.