@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateNetworkSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateNetworkSettingsResult() |
Modifier and Type | Method and Description |
---|---|
AssociateNetworkSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkSettingsArn()
The ARN of the network settings.
|
String |
getPortalArn()
The ARN of the web portal.
|
int |
hashCode() |
void |
setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
void |
setPortalArn(String portalArn)
The ARN of the web portal.
|
String |
toString()
Returns a string representation of this object.
|
AssociateNetworkSettingsResult |
withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
|
AssociateNetworkSettingsResult |
withPortalArn(String portalArn)
The ARN of the web portal.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.public String getNetworkSettingsArn()
The ARN of the network settings.
public AssociateNetworkSettingsResult withNetworkSettingsArn(String networkSettingsArn)
The ARN of the network settings.
networkSettingsArn
- The ARN of the network settings.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 AssociateNetworkSettingsResult 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 AssociateNetworkSettingsResult clone()