@Generated(value="software.amazon.awssdk:codegen") public class ReplicationRun extends Object implements StructuredPojo, ToCopyableBuilder<ReplicationRun.Builder,ReplicationRun>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationRun.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amiId()
Returns the value of the AmiId property for this object.
|
static ReplicationRun.Builder |
builder() |
Instant |
completedTime()
Returns the value of the CompletedTime property for this object.
|
String |
description()
Returns the value of the Description property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
replicationRunId()
Returns the value of the ReplicationRunId property for this object.
|
Instant |
scheduledStartTime()
Returns the value of the ScheduledStartTime property for this object.
|
static Class<? extends ReplicationRun.Builder> |
serializableBuilderClass() |
ReplicationRunState |
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.
|
ReplicationRun.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ReplicationRunType |
type()
Returns the value of the Type property for this object.
|
String |
typeAsString()
Returns the value of the Type property for this object.
|
copypublic String replicationRunId()
public ReplicationRunState state()
If the service returns an enum value that is not available in the current SDK version, state will return
ReplicationRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplicationRunStatepublic String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state will return
ReplicationRunState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ReplicationRunStatepublic ReplicationRunType type()
If the service returns an enum value that is not available in the current SDK version, type will return
ReplicationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ReplicationRunTypepublic String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
ReplicationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ReplicationRunTypepublic String statusMessage()
public String amiId()
public Instant scheduledStartTime()
public Instant completedTime()
public String description()
public ReplicationRun.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReplicationRun.Builder,ReplicationRun>public static ReplicationRun.Builder builder()
public static Class<? extends ReplicationRun.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.