@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlobalTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateGlobalTableResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateGlobalTableResult |
clone () |
boolean |
equals (Object obj) |
GlobalTableDescription |
getGlobalTableDescription ()
Contains the details of the global table.
|
int |
hashCode () |
void |
setGlobalTableDescription (GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateGlobalTableResult |
withGlobalTableDescription (GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateGlobalTableResult()
public void setGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription - Contains the details of the global table.public GlobalTableDescription getGlobalTableDescription()
Contains the details of the global table.
public UpdateGlobalTableResult withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription - Contains the details of the global table.public String toString()
toString in class Object Object.toString() public UpdateGlobalTableResult clone()