@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlobalTableSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateGlobalTableSettingsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getGlobalTableName()
The name of the global table.
|
List<ReplicaSettingsDescription> |
getReplicaSettings()
The Region-specific settings for the global table.
|
int |
hashCode() |
void |
setGlobalTableName(String globalTableName)
The name of the global table.
|
void |
setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGlobalTableSettingsResult |
withGlobalTableName(String globalTableName)
The name of the global table.
|
UpdateGlobalTableSettingsResult |
withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
UpdateGlobalTableSettingsResult |
withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGlobalTableName(String globalTableName)
The name of the global table.
globalTableName
- The name of the global table.public String getGlobalTableName()
The name of the global table.
public UpdateGlobalTableSettingsResult withGlobalTableName(String globalTableName)
The name of the global table.
globalTableName
- The name of the global table.public List<ReplicaSettingsDescription> getReplicaSettings()
The Region-specific settings for the global table.
public void setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
replicaSettings
- The Region-specific settings for the global table.public UpdateGlobalTableSettingsResult withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
NOTE: This method appends the values to the existing list (if any). Use
setReplicaSettings(java.util.Collection)
or withReplicaSettings(java.util.Collection)
if you
want to override the existing values.
replicaSettings
- The Region-specific settings for the global table.public UpdateGlobalTableSettingsResult withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
replicaSettings
- The Region-specific settings for the global table.public String toString()
toString
in class Object
Object.toString()
public UpdateGlobalTableSettingsResult clone()
Copyright © 2020. All rights reserved.