@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)
Marshalls this structured data using the given
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.
cloudFormation - An collection of AWS CloudFormation stacks.public UpdateCloudFormationCollectionFilter getCloudFormation()
An collection of AWS CloudFormation stacks.
public UpdateResourceCollectionFilter withCloudFormation(UpdateCloudFormationCollectionFilter cloudFormation)
An collection of AWS CloudFormation stacks.
cloudFormation - An collection of AWS CloudFormation stacks.public String toString()
toString in class ObjectObject.toString()public UpdateResourceCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.