@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReloadTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ReloadTablesRequest() |
Modifier and Type | Method and Description |
---|---|
ReloadTablesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication instance.
|
List<TableToReload> |
getTablesToReload()
The name and schema of the table to be reloaded.
|
int |
hashCode() |
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
|
void |
setTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReloadTablesRequest |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
|
ReloadTablesRequest |
withTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
|
ReloadTablesRequest |
withTablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication instance.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication instance.
public ReloadTablesRequest withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication instance.public List<TableToReload> getTablesToReload()
The name and schema of the table to be reloaded.
public void setTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload
- The name and schema of the table to be reloaded.public ReloadTablesRequest withTablesToReload(TableToReload... tablesToReload)
The name and schema of the table to be reloaded.
NOTE: This method appends the values to the existing list (if any). Use
setTablesToReload(java.util.Collection)
or withTablesToReload(java.util.Collection)
if you want
to override the existing values.
tablesToReload
- The name and schema of the table to be reloaded.public ReloadTablesRequest withTablesToReload(Collection<TableToReload> tablesToReload)
The name and schema of the table to be reloaded.
tablesToReload
- The name and schema of the table to be reloaded.public String toString()
toString
in class Object
Object.toString()
public ReloadTablesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.