@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStaticIpResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStaticIpResult() |
Modifier and Type | Method and Description |
---|---|
GetStaticIpResult |
clone() |
boolean |
equals(Object obj) |
StaticIp |
getStaticIp()
An array of key-value pairs containing information about the requested static IP.
|
int |
hashCode() |
void |
setStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetStaticIpResult |
withStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
staticIp
- An array of key-value pairs containing information about the requested static IP.public StaticIp getStaticIp()
An array of key-value pairs containing information about the requested static IP.
public GetStaticIpResult withStaticIp(StaticIp staticIp)
An array of key-value pairs containing information about the requested static IP.
staticIp
- An array of key-value pairs containing information about the requested static IP.public String toString()
toString
in class Object
Object.toString()
public GetStaticIpResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.