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