@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBrowserSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListBrowserSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListBrowserSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<BrowserSettingsSummary> |
getBrowserSettings()
The browser settings.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setBrowserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListBrowserSettingsResult |
withBrowserSettings(BrowserSettingsSummary... browserSettings)
The browser settings.
|
ListBrowserSettingsResult |
withBrowserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
|
ListBrowserSettingsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BrowserSettingsSummary> getBrowserSettings()
The browser settings.
public void setBrowserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
browserSettings - The browser settings.public ListBrowserSettingsResult withBrowserSettings(BrowserSettingsSummary... browserSettings)
The browser settings.
NOTE: This method appends the values to the existing list (if any). Use
setBrowserSettings(java.util.Collection) or withBrowserSettings(java.util.Collection) if you
want to override the existing values.
browserSettings - The browser settings.public ListBrowserSettingsResult withBrowserSettings(Collection<BrowserSettingsSummary> browserSettings)
The browser settings.
browserSettings - The browser settings.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public ListBrowserSettingsResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken - The pagination token used to retrieve the next page of results for this operation.public String toString()
toString in class ObjectObject.toString()public ListBrowserSettingsResult clone()