@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>public static ReplicationInstanceTaskLog.Builder builder()
public static Class<? extends ReplicationInstanceTaskLog.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.