@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifeCycleLastTestReverted extends Object implements Serializable, Cloneable, StructuredPojo
Lifecycle last Test reverted.
| Constructor and Description |
|---|
LifeCycleLastTestReverted() |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleLastTestReverted |
clone() |
boolean |
equals(Object obj) |
String |
getApiCallDateTime()
Lifecycle last Test reverted API call date and time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApiCallDateTime(String apiCallDateTime)
Lifecycle last Test reverted API call date and time.
|
String |
toString()
Returns a string representation of this object.
|
LifeCycleLastTestReverted |
withApiCallDateTime(String apiCallDateTime)
Lifecycle last Test reverted API call date and time.
|
public void setApiCallDateTime(String apiCallDateTime)
Lifecycle last Test reverted API call date and time.
apiCallDateTime - Lifecycle last Test reverted API call date and time.public String getApiCallDateTime()
Lifecycle last Test reverted API call date and time.
public LifeCycleLastTestReverted withApiCallDateTime(String apiCallDateTime)
Lifecycle last Test reverted API call date and time.
apiCallDateTime - Lifecycle last Test reverted API call date and time.public String toString()
toString in class ObjectObject.toString()public LifeCycleLastTestReverted clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.