@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrowserSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary for browser settings.
| Constructor and Description |
|---|
BrowserSettingsSummary() |
| Modifier and Type | Method and Description |
|---|---|
BrowserSettingsSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBrowserSettingsArn()
The ARN of the browser settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
|
String |
toString()
Returns a string representation of this object.
|
BrowserSettingsSummary |
withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
|
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 BrowserSettingsSummary withBrowserSettingsArn(String browserSettingsArn)
The ARN of the browser settings.
browserSettingsArn - The ARN of the browser settings.public String toString()
toString in class ObjectObject.toString()public BrowserSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.