@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 Amazon Web Services resources.
| Constructor and Description |
|---|
UpdateResourceCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceCollectionFilter |
clone() |
boolean |
equals(Object obj) |
UpdateCloudFormationCollectionFilter |
getCloudFormation()
An collection of Amazon Web Services CloudFormation stacks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of Amazon Web Services CloudFormation stacks.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceCollectionFilter |
withCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of Amazon Web Services CloudFormation stacks.
|
public void setCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
cloudFormation - An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services
CloudFormation stacks.public UpdateCloudFormationCollectionFilter getCloudFormation()
An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
public UpdateResourceCollectionFilter withCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
cloudFormation - An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services
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.