@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAddressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAddressResult() |
Modifier and Type | Method and Description |
---|---|
CreateAddressResult |
clone() |
boolean |
equals(Object obj) |
String |
getAddressId()
The automatically generated ID for a specific address.
|
int |
hashCode() |
void |
setAddressId(String addressId)
The automatically generated ID for a specific address.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAddressResult |
withAddressId(String addressId)
The automatically generated ID for a specific address.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddressId(String addressId)
The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.
addressId
- The automatically generated ID for a specific address. You'll use this ID when you create a job to specify
which address you want the Snowball for that job shipped to.public String getAddressId()
The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.
public CreateAddressResult withAddressId(String addressId)
The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.
addressId
- The automatically generated ID for a specific address. You'll use this ID when you create a job to specify
which address you want the Snowball for that job shipped to.public String toString()
toString
in class Object
Object.toString()
public CreateAddressResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.