@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostLaunchActionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status of the Post Launch Actions running on the Test or Cutover instance.
Constructor and Description |
---|
PostLaunchActionsStatus() |
Modifier and Type | Method and Description |
---|---|
PostLaunchActionsStatus |
clone() |
boolean |
equals(Object obj) |
List<JobPostLaunchActionsLaunchStatus> |
getPostLaunchActionsLaunchStatusList()
List of Post Launch Action status.
|
String |
getSsmAgentDiscoveryDatetime()
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPostLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
|
void |
setSsmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
|
String |
toString()
Returns a string representation of this object.
|
PostLaunchActionsStatus |
withPostLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
|
PostLaunchActionsStatus |
withPostLaunchActionsLaunchStatusList(JobPostLaunchActionsLaunchStatus... postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
|
PostLaunchActionsStatus |
withSsmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
|
public List<JobPostLaunchActionsLaunchStatus> getPostLaunchActionsLaunchStatusList()
List of Post Launch Action status.
public void setPostLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
postLaunchActionsLaunchStatusList
- List of Post Launch Action status.public PostLaunchActionsStatus withPostLaunchActionsLaunchStatusList(JobPostLaunchActionsLaunchStatus... postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
NOTE: This method appends the values to the existing list (if any). Use
setPostLaunchActionsLaunchStatusList(java.util.Collection)
or
withPostLaunchActionsLaunchStatusList(java.util.Collection)
if you want to override the existing values.
postLaunchActionsLaunchStatusList
- List of Post Launch Action status.public PostLaunchActionsStatus withPostLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
postLaunchActionsLaunchStatusList
- List of Post Launch Action status.public void setSsmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
ssmAgentDiscoveryDatetime
- Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.public String getSsmAgentDiscoveryDatetime()
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
public PostLaunchActionsStatus withSsmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
ssmAgentDiscoveryDatetime
- Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.public String toString()
toString
in class Object
Object.toString()
public PostLaunchActionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.