@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrowserSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBrowserSettingsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBrowserSettingsResult |
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.
|
UpdateBrowserSettingsResult |
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 UpdateBrowserSettingsResult withBrowserSettings(BrowserSettings browserSettings)
The browser settings.
browserSettings
- The browser settings.public String toString()
toString
in class Object
Object.toString()
public UpdateBrowserSettingsResult clone()