@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationInstanceTaskLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReplicationInstanceTaskLogsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReplicationInstanceTaskLogsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
String |
getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
List<ReplicationInstanceTaskLog> |
getReplicationInstanceTaskLogs()
An array of replication task log metadata.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
void |
setReplicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)
An array of replication task log metadata.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationInstanceTaskLogsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationInstanceTaskLogsResult |
withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
DescribeReplicationInstanceTaskLogsResult |
withReplicationInstanceTaskLogs(Collection<ReplicationInstanceTaskLog> replicationInstanceTaskLogs)
An array of replication task log metadata.
|
DescribeReplicationInstanceTaskLogsResult |
withReplicationInstanceTaskLogs(ReplicationInstanceTaskLog... replicationInstanceTaskLogs)
An array of replication task log metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeReplicationInstanceTaskLogsResult()
public void setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public DescribeReplicationInstanceTaskLogsResult withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public List<ReplicationInstanceTaskLog> getReplicationInstanceTaskLogs()
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
public void setReplicationInstanceTaskLogs(Collection<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).
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).public DescribeReplicationInstanceTaskLogsResult withReplicationInstanceTaskLogs(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).
NOTE: This method appends the values to the existing list (if any). Use
setReplicationInstanceTaskLogs(java.util.Collection)
or
withReplicationInstanceTaskLogs(java.util.Collection)
if you want to override the existing values.
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).public DescribeReplicationInstanceTaskLogsResult withReplicationInstanceTaskLogs(Collection<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).
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).public void setMarker(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
.
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
.public String getMarker()
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 DescribeReplicationInstanceTaskLogsResult withMarker(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
.
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
.public String toString()
toString
in class Object
Object.toString()
public DescribeReplicationInstanceTaskLogsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.