@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 - ServerTypepublic String getServerType()
ServerTypepublic ReplicationJob withServerType(String serverType)
serverType - ServerTypepublic void setServerType(ServerType serverType)
serverType - ServerTypepublic ReplicationJob withServerType(ServerType serverType)
serverType - ServerTypepublic 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 - LicenseTypepublic String getLicenseType()
LicenseTypepublic ReplicationJob withLicenseType(String licenseType)
licenseType - LicenseTypepublic void setLicenseType(LicenseType licenseType)
licenseType - LicenseTypepublic ReplicationJob withLicenseType(LicenseType licenseType)
licenseType - LicenseTypepublic 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 - ReplicationJobStatepublic String getState()
ReplicationJobStatepublic ReplicationJob withState(String state)
state - ReplicationJobStatepublic void setState(ReplicationJobState state)
state - ReplicationJobStatepublic ReplicationJob withState(ReplicationJobState state)
state - ReplicationJobStatepublic 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 ObjectObject.toString()public ReplicationJob 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.