@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public BrowserSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.