@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceCollectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information about a filter used to specify which Amazon Web Services resources are analyzed for anomalous behavior by DevOps Guru.
| Constructor and Description |
|---|
ResourceCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
ResourceCollectionFilter |
clone() |
boolean |
equals(Object obj) |
CloudFormationCollectionFilter |
getCloudFormation()
Information about Amazon Web Services CloudFormation stacks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about Amazon Web Services CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCollectionFilter |
withCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about Amazon Web Services CloudFormation stacks.
|
public void setCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
cloudFormation - Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which
Amazon Web Services resources in your account to analyze. For more information, see Stacks in the
Amazon Web Services CloudFormation User Guide.public CloudFormationCollectionFilter getCloudFormation()
Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
public ResourceCollectionFilter withCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
cloudFormation - Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which
Amazon Web Services resources in your account to analyze. For more information, see Stacks in the
Amazon Web Services CloudFormation User Guide.public String toString()
toString in class ObjectObject.toString()public ResourceCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.