@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGlobalTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateGlobalTableResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateGlobalTableResult | 
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. 
 | 
CreateGlobalTableResult | 
withGlobalTableDescription(GlobalTableDescription globalTableDescription)
 Contains the details of the global table. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateGlobalTableResult withGlobalTableDescription(GlobalTableDescription globalTableDescription)
Contains the details of the global table.
globalTableDescription - Contains the details of the global table.public String toString()
toString in class ObjectObject.toString()public CreateGlobalTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.