@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)
Marshalls this structured data using the given
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 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 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 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 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 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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.