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