@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBrowserSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBrowserSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetBrowserSettingsResult |
clone() |
boolean |
equals(Object obj) |
BrowserSettings |
getBrowserSettings()
The browser settings.
|
int |
hashCode() |
void |
setBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
String |
toString()
Returns a string representation of this object.
|
GetBrowserSettingsResult |
withBrowserSettings(BrowserSettings browserSettings)
The browser settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBrowserSettings(BrowserSettings browserSettings)
The browser settings.
browserSettings
- The browser settings.public BrowserSettings getBrowserSettings()
The browser settings.
public GetBrowserSettingsResult withBrowserSettings(BrowserSettings browserSettings)
The browser settings.
browserSettings
- The browser settings.public String toString()
toString
in class Object
Object.toString()
public GetBrowserSettingsResult clone()