@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAddressResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAddressResult |
clone() |
boolean |
equals(Object obj) |
Address |
getAddress()
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
|
int |
hashCode() |
void |
setAddress(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAddressResult |
withAddress(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddress(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
address
- The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.public Address getAddress()
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
public DescribeAddressResult withAddress(Address address)
The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.
address
- The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.public String toString()
toString
in class Object
Object.toString()
public DescribeAddressResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.