@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpAccessSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIpAccessSettingsResult() |
Modifier and Type | Method and Description |
---|---|
CreateIpAccessSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getIpAccessSettingsArn()
The ARN of the IP access settings resource.
|
int |
hashCode() |
void |
setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpAccessSettingsResult |
withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
ipAccessSettingsArn
- The ARN of the IP access settings resource.public String getIpAccessSettingsArn()
The ARN of the IP access settings resource.
public CreateIpAccessSettingsResult withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
ipAccessSettingsArn
- The ARN of the IP access settings resource.public String toString()
toString
in class Object
Object.toString()
public CreateIpAccessSettingsResult clone()