public class CreateGlobalTableResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateGlobalTableResult() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
CreateGlobalTableResult |
withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
|
public GlobalTableDescription getGlobalTableDescription()
Contains the details of the global table.
Contains the details of the global table.
public void setGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription - Contains the details of the global table.
public CreateGlobalTableResult withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
Returns a reference to this object so that method calls can be chained together.
globalTableDescription - Contains the details of the global table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.