@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReloadReplicationTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ReloadReplicationTablesResult() |
Modifier and Type | Method and Description |
---|---|
ReloadReplicationTablesResult |
clone() |
boolean |
equals(Object obj) |
String |
getReplicationConfigArn()
The Amazon Resource Name of the replication config for which to reload tables.
|
int |
hashCode() |
void |
setReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config for which to reload tables.
|
String |
toString()
Returns a string representation of this object.
|
ReloadReplicationTablesResult |
withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config for which to reload tables.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config for which to reload tables.
replicationConfigArn
- The Amazon Resource Name of the replication config for which to reload tables.public String getReplicationConfigArn()
The Amazon Resource Name of the replication config for which to reload tables.
public ReloadReplicationTablesResult withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name of the replication config for which to reload tables.
replicationConfigArn
- The Amazon Resource Name of the replication config for which to reload tables.public String toString()
toString
in class Object
Object.toString()
public ReloadReplicationTablesResult clone()