@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableAutoScalingSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableAutoScalingSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableAutoScalingSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
GetTableAutoScalingSettingsRequest |
withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
GetTableAutoScalingSettingsRequest |
withTableName(String tableName)
The name of the table.
|
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 setKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName
- The name of the keyspace.public String getKeyspaceName()
The name of the keyspace.
public GetTableAutoScalingSettingsRequest withKeyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName
- The name of the keyspace.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public GetTableAutoScalingSettingsRequest withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String toString()
toString
in class Object
Object.toString()
public GetTableAutoScalingSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()