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