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