@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationRun extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReplicationRun() |
public void setReplicationRunId(String replicationRunId)
replicationRunId - public String getReplicationRunId()
public ReplicationRun withReplicationRunId(String replicationRunId)
replicationRunId - public void setState(String state)
state - ReplicationRunStatepublic String getState()
ReplicationRunStatepublic ReplicationRun withState(String state)
state - ReplicationRunStatepublic void setState(ReplicationRunState state)
state - ReplicationRunStatepublic ReplicationRun withState(ReplicationRunState state)
state - ReplicationRunStatepublic void setType(String type)
type - ReplicationRunTypepublic String getType()
ReplicationRunTypepublic ReplicationRun withType(String type)
type - ReplicationRunTypepublic void setType(ReplicationRunType type)
type - ReplicationRunTypepublic ReplicationRun withType(ReplicationRunType type)
type - ReplicationRunTypepublic void setStatusMessage(String statusMessage)
statusMessage - public String getStatusMessage()
public ReplicationRun withStatusMessage(String statusMessage)
statusMessage - public void setAmiId(String amiId)
amiId - public String getAmiId()
public ReplicationRun withAmiId(String amiId)
amiId - public void setScheduledStartTime(Date scheduledStartTime)
scheduledStartTime - public Date getScheduledStartTime()
public ReplicationRun withScheduledStartTime(Date scheduledStartTime)
scheduledStartTime - public void setCompletedTime(Date completedTime)
completedTime - public Date getCompletedTime()
public ReplicationRun withCompletedTime(Date completedTime)
completedTime - public void setDescription(String description)
description - public String getDescription()
public ReplicationRun withDescription(String description)
description - public String toString()
toString in class ObjectObject.toString()public ReplicationRun clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.