@Generated(value="software.amazon.awssdk:codegen") public final class DescribeReplicationInstanceTaskLogsResponse extends DatabaseMigrationResponse implements ToCopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeReplicationInstanceTaskLogsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeReplicationInstanceTaskLogsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasReplicationInstanceTaskLogs()
Returns true if the ReplicationInstanceTaskLogs property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
String |
marker()
An optional pagination token provided by a previous request.
|
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
List<ReplicationInstanceTaskLog> |
replicationInstanceTaskLogs()
An array of replication task log metadata.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeReplicationInstanceTaskLogsResponse.Builder> |
serializableBuilderClass() |
DescribeReplicationInstanceTaskLogsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public boolean hasReplicationInstanceTaskLogs()
public List<ReplicationInstanceTaskLog> replicationInstanceTaskLogs()
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicationInstanceTaskLogs() to see if a value was sent in this field.
public String marker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
MaxRecords.public DescribeReplicationInstanceTaskLogsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeReplicationInstanceTaskLogsResponse.Builder,DescribeReplicationInstanceTaskLogsResponse>toBuilder in class AwsResponsepublic static DescribeReplicationInstanceTaskLogsResponse.Builder builder()
public static Class<? extends DescribeReplicationInstanceTaskLogsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.