@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Change extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the ChangeType
, Details
, and Entity
.
Constructor and Description |
---|
Change() |
Modifier and Type | Method and Description |
---|---|
Change |
clone() |
boolean |
equals(Object obj) |
String |
getChangeType()
Change types are single string values that describe your intention for the change.
|
String |
getDetails()
This object contains details specific to the change type of the requested change.
|
Entity |
getEntity()
The entity to be changed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChangeType(String changeType)
Change types are single string values that describe your intention for the change.
|
void |
setDetails(String details)
This object contains details specific to the change type of the requested change.
|
void |
setEntity(Entity entity)
The entity to be changed.
|
String |
toString()
Returns a string representation of this object.
|
Change |
withChangeType(String changeType)
Change types are single string values that describe your intention for the change.
|
Change |
withDetails(String details)
This object contains details specific to the change type of the requested change.
|
Change |
withEntity(Entity entity)
The entity to be changed.
|
public void setChangeType(String changeType)
Change types are single string values that describe your intention for the change. Each change type is unique for
each EntityType
provided in the change's scope.
changeType
- Change types are single string values that describe your intention for the change. Each change type is
unique for each EntityType
provided in the change's scope.public String getChangeType()
Change types are single string values that describe your intention for the change. Each change type is unique for
each EntityType
provided in the change's scope.
EntityType
provided in the change's scope.public Change withChangeType(String changeType)
Change types are single string values that describe your intention for the change. Each change type is unique for
each EntityType
provided in the change's scope.
changeType
- Change types are single string values that describe your intention for the change. Each change type is
unique for each EntityType
provided in the change's scope.public void setEntity(Entity entity)
The entity to be changed.
entity
- The entity to be changed.public Entity getEntity()
The entity to be changed.
public Change withEntity(Entity entity)
The entity to be changed.
entity
- The entity to be changed.public void setDetails(String details)
This object contains details specific to the change type of the requested change.
details
- This object contains details specific to the change type of the requested change.public String getDetails()
This object contains details specific to the change type of the requested change.
public Change withDetails(String details)
This object contains details specific to the change type of the requested change.
details
- This object contains details specific to the change type of the requested change.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.