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