@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationInstanceTaskLog extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>
Contains metadata for a replication instance task log.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationInstanceTaskLog.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationInstanceTaskLog.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
replicationInstanceTaskLogSize()
The size, in bytes, of the replication task log.
|
String |
replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
String |
replicationTaskName()
The name of the replication task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationInstanceTaskLog.Builder> |
serializableBuilderClass() |
ReplicationInstanceTaskLog.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String replicationTaskName()
The name of the replication task.
public String replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public Long replicationInstanceTaskLogSize()
The size, in bytes, of the replication task log.
public ReplicationInstanceTaskLog.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>public static ReplicationInstanceTaskLog.Builder builder()
public static Class<? extends ReplicationInstanceTaskLog.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.