@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationJob extends Object implements StructuredPojo, ToCopyableBuilder<ReplicationJob.Builder,ReplicationJob>
Modifier and Type | Class and Description |
---|---|
static interface |
ReplicationJob.Builder |
Modifier and Type | Method and Description |
---|---|
static ReplicationJob.Builder |
builder() |
String |
description()
Returns the value of the Description property for this object.
|
boolean |
equals(Object obj) |
Integer |
frequency()
Returns the value of the Frequency property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
latestAmiId()
Returns the value of the LatestAmiId property for this object.
|
LicenseType |
licenseType()
Returns the value of the LicenseType property for this object.
|
String |
licenseTypeAsString()
Returns the value of the LicenseType property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Instant |
nextReplicationRunStartTime()
Returns the value of the NextReplicationRunStartTime property for this object.
|
String |
replicationJobId()
Returns the value of the ReplicationJobId property for this object.
|
List<ReplicationRun> |
replicationRunList()
Returns the value of the ReplicationRunList property for this object.
|
String |
roleName()
Returns the value of the RoleName property for this object.
|
Instant |
seedReplicationTime()
Returns the value of the SeedReplicationTime property for this object.
|
static Class<? extends ReplicationJob.Builder> |
serializableBuilderClass() |
String |
serverId()
Returns the value of the ServerId property for this object.
|
ServerType |
serverType()
Returns the value of the ServerType property for this object.
|
String |
serverTypeAsString()
Returns the value of the ServerType property for this object.
|
ReplicationJobState |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
String |
statusMessage()
Returns the value of the StatusMessage property for this object.
|
ReplicationJob.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
VmServer |
vmServer()
Returns the value of the VmServer property for this object.
|
copy
public String replicationJobId()
public String serverId()
public ServerType serverType()
If the service returns an enum value that is not available in the current SDK version, serverType
will
return ServerType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
serverTypeAsString()
.
ServerType
public String serverTypeAsString()
If the service returns an enum value that is not available in the current SDK version, serverType
will
return ServerType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
serverTypeAsString()
.
ServerType
public VmServer vmServer()
public Instant seedReplicationTime()
public Integer frequency()
public Instant nextReplicationRunStartTime()
public LicenseType licenseType()
If the service returns an enum value that is not available in the current SDK version, licenseType
will
return LicenseType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
licenseTypeAsString()
.
LicenseType
public String licenseTypeAsString()
If the service returns an enum value that is not available in the current SDK version, licenseType
will
return LicenseType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
licenseTypeAsString()
.
LicenseType
public String roleName()
public String latestAmiId()
public ReplicationJobState state()
If the service returns an enum value that is not available in the current SDK version, state
will return
ReplicationJobState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
ReplicationJobState
public String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state
will return
ReplicationJobState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
stateAsString()
.
ReplicationJobState
public String statusMessage()
public String description()
public List<ReplicationRun> replicationRunList()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ReplicationJob.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplicationJob.Builder,ReplicationJob>
public static ReplicationJob.Builder builder()
public static Class<? extends ReplicationJob.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.