@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
- ReplicationRunState
public String getState()
ReplicationRunState
public ReplicationRun withState(String state)
state
- ReplicationRunState
public void setState(ReplicationRunState state)
state
- ReplicationRunState
public ReplicationRun withState(ReplicationRunState state)
state
- ReplicationRunState
public void setType(String type)
type
- ReplicationRunType
public String getType()
ReplicationRunType
public ReplicationRun withType(String type)
type
- ReplicationRunType
public void setType(ReplicationRunType type)
type
- ReplicationRunType
public ReplicationRun withType(ReplicationRunType type)
type
- ReplicationRunType
public 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 Object
Object.toString()
public ReplicationRun clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.