@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetAddressAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetAddressAttributeResult() |
Modifier and Type | Method and Description |
---|---|
ResetAddressAttributeResult |
clone() |
boolean |
equals(Object obj) |
AddressAttribute |
getAddress()
Information about the IP address.
|
int |
hashCode() |
void |
setAddress(AddressAttribute address)
Information about the IP address.
|
String |
toString()
Returns a string representation of this object.
|
ResetAddressAttributeResult |
withAddress(AddressAttribute address)
Information about the IP address.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAddress(AddressAttribute address)
Information about the IP address.
address
- Information about the IP address.public AddressAttribute getAddress()
Information about the IP address.
public ResetAddressAttributeResult withAddress(AddressAttribute address)
Information about the IP address.
address
- Information about the IP address.public String toString()
toString
in class Object
Object.toString()
public ResetAddressAttributeResult clone()