@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 AWS 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 AWS CloudFormation stacks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about AWS CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCollectionFilter |
withCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about AWS CloudFormation stacks.
|
public void setCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide.
cloudFormation - Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources
in your account to analyze. For more information, see Stacks in the AWS
CloudFormation User Guide.public CloudFormationCollectionFilter getCloudFormation()
Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide.
public ResourceCollectionFilter withCloudFormation(CloudFormationCollectionFilter cloudFormation)
Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide.
cloudFormation - Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources
in your account to analyze. For more information, see Stacks in the AWS
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.