@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLocationResult() |
Modifier and Type | Method and Description |
---|---|
CreateLocationResult |
clone() |
boolean |
equals(Object obj) |
LocationModel |
getLocation()
The details of the custom location you created.
|
int |
hashCode() |
void |
setLocation(LocationModel location)
The details of the custom location you created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationResult |
withLocation(LocationModel location)
The details of the custom location you created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocation(LocationModel location)
The details of the custom location you created.
location
- The details of the custom location you created.public LocationModel getLocation()
The details of the custom location you created.
public CreateLocationResult withLocation(LocationModel location)
The details of the custom location you created.
location
- The details of the custom location you created.public String toString()
toString
in class Object
Object.toString()
public CreateLocationResult clone()