@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceCollectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Contains information used to update a collection of AWS resources.
| Constructor and Description |
|---|
UpdateResourceCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceCollectionFilter |
clone() |
boolean |
equals(Object obj) |
UpdateCloudFormationCollectionFilter |
getCloudFormation()
An collection of AWS CloudFormation stacks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of AWS CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceCollectionFilter |
withCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of AWS CloudFormation stacks.
|
public void setCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
cloudFormation - An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.public UpdateCloudFormationCollectionFilter getCloudFormation()
An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
public UpdateResourceCollectionFilter withCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
cloudFormation - An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.public String toString()
toString in class ObjectObject.toString()public UpdateResourceCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.