@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfiguredTableRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfiguredTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguredTableIdentifier()
The identifier for the configured table to update.
|
String |
getDescription()
A new description for the configured table.
|
String |
getName()
A new name for the configured table.
|
int |
hashCode() |
void |
setConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to update.
|
void |
setDescription(String description)
A new description for the configured table.
|
void |
setName(String name)
A new name for the configured table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredTableRequest |
withConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to update.
|
UpdateConfiguredTableRequest |
withDescription(String description)
A new description for the configured table.
|
UpdateConfiguredTableRequest |
withName(String name)
A new name for the configured 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 setConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to update. Currently accepts the configured table ID.
configuredTableIdentifier
- The identifier for the configured table to update. Currently accepts the configured table ID.public String getConfiguredTableIdentifier()
The identifier for the configured table to update. Currently accepts the configured table ID.
public UpdateConfiguredTableRequest withConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to update. Currently accepts the configured table ID.
configuredTableIdentifier
- The identifier for the configured table to update. Currently accepts the configured table ID.public void setName(String name)
A new name for the configured table.
name
- A new name for the configured table.public String getName()
A new name for the configured table.
public UpdateConfiguredTableRequest withName(String name)
A new name for the configured table.
name
- A new name for the configured table.public void setDescription(String description)
A new description for the configured table.
description
- A new description for the configured table.public String getDescription()
A new description for the configured table.
public UpdateConfiguredTableRequest withDescription(String description)
A new description for the configured table.
description
- A new description for the configured table.public String toString()
toString
in class Object
Object.toString()
public UpdateConfiguredTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()