@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationJob extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ReplicationJob() |
public void setReplicationJobId(String replicationJobId)
replicationJobId
- public String getReplicationJobId()
public ReplicationJob withReplicationJobId(String replicationJobId)
replicationJobId
- public void setServerId(String serverId)
serverId
- public String getServerId()
public ReplicationJob withServerId(String serverId)
serverId
- public void setServerType(String serverType)
serverType
- ServerType
public String getServerType()
ServerType
public ReplicationJob withServerType(String serverType)
serverType
- ServerType
public void setServerType(ServerType serverType)
serverType
- ServerType
public ReplicationJob withServerType(ServerType serverType)
serverType
- ServerType
public void setVmServer(VmServer vmServer)
vmServer
- public VmServer getVmServer()
public ReplicationJob withVmServer(VmServer vmServer)
vmServer
- public void setSeedReplicationTime(Date seedReplicationTime)
seedReplicationTime
- public Date getSeedReplicationTime()
public ReplicationJob withSeedReplicationTime(Date seedReplicationTime)
seedReplicationTime
- public void setFrequency(Integer frequency)
frequency
- public Integer getFrequency()
public ReplicationJob withFrequency(Integer frequency)
frequency
- public void setNextReplicationRunStartTime(Date nextReplicationRunStartTime)
nextReplicationRunStartTime
- public Date getNextReplicationRunStartTime()
public ReplicationJob withNextReplicationRunStartTime(Date nextReplicationRunStartTime)
nextReplicationRunStartTime
- public void setLicenseType(String licenseType)
licenseType
- LicenseType
public String getLicenseType()
LicenseType
public ReplicationJob withLicenseType(String licenseType)
licenseType
- LicenseType
public void setLicenseType(LicenseType licenseType)
licenseType
- LicenseType
public ReplicationJob withLicenseType(LicenseType licenseType)
licenseType
- LicenseType
public void setRoleName(String roleName)
roleName
- public String getRoleName()
public ReplicationJob withRoleName(String roleName)
roleName
- public void setLatestAmiId(String latestAmiId)
latestAmiId
- public String getLatestAmiId()
public ReplicationJob withLatestAmiId(String latestAmiId)
latestAmiId
- public void setState(String state)
state
- ReplicationJobState
public String getState()
ReplicationJobState
public ReplicationJob withState(String state)
state
- ReplicationJobState
public void setState(ReplicationJobState state)
state
- ReplicationJobState
public ReplicationJob withState(ReplicationJobState state)
state
- ReplicationJobState
public void setStatusMessage(String statusMessage)
statusMessage
- public String getStatusMessage()
public ReplicationJob withStatusMessage(String statusMessage)
statusMessage
- public void setDescription(String description)
description
- public String getDescription()
public ReplicationJob withDescription(String description)
description
- public List<ReplicationRun> getReplicationRunList()
public void setReplicationRunList(Collection<ReplicationRun> replicationRunList)
replicationRunList
- public ReplicationJob withReplicationRunList(ReplicationRun... replicationRunList)
NOTE: This method appends the values to the existing list (if any). Use
setReplicationRunList(java.util.Collection)
or withReplicationRunList(java.util.Collection)
if
you want to override the existing values.
replicationRunList
- public ReplicationJob withReplicationRunList(Collection<ReplicationRun> replicationRunList)
replicationRunList
- public String toString()
toString
in class Object
Object.toString()
public ReplicationJob 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.