@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReloadTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReloadTablesResult() |
Modifier and Type | Method and Description |
---|---|
ReloadTablesResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
int |
hashCode() |
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReloadTablesResult |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public ReloadTablesResult withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public String toString()
toString
in class Object
Object.toString()
public ReloadTablesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.