@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePolicyDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about updates to be applied to a policy.
This data type is used as a request parameter in the UpdatePolicy operation.
Constructor and Description |
---|
UpdatePolicyDefinition() |
Modifier and Type | Method and Description |
---|---|
UpdatePolicyDefinition |
clone() |
boolean |
equals(Object obj) |
UpdateStaticPolicyDefinition |
getStatic()
Contains details about the updates to be applied to a static policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatic(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePolicyDefinition |
withStatic(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
|
public void setStatic(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
staticValue
- Contains details about the updates to be applied to a static policy.public UpdateStaticPolicyDefinition getStatic()
Contains details about the updates to be applied to a static policy.
public UpdatePolicyDefinition withStatic(UpdateStaticPolicyDefinition staticValue)
Contains details about the updates to be applied to a static policy.
staticValue
- Contains details about the updates to be applied to a static policy.public String toString()
toString
in class Object
Object.toString()
public UpdatePolicyDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.