@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBrowserSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBrowserSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBrowserSettingsRequest |
addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
CreateBrowserSettingsRequest |
clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
CreateBrowserSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAdditionalEncryptionContext()
Additional encryption context of the browser settings.
|
String |
getBrowserPolicy()
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getCustomerManagedKey()
The custom managed key of the browser settings.
|
List<Tag> |
getTags()
The tags to add to the browser settings resource.
|
int |
hashCode() |
void |
setAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the browser settings.
|
void |
setBrowserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCustomerManagedKey(String customerManagedKey)
The custom managed key of the browser settings.
|
void |
setTags(Collection<Tag> tags)
The tags to add to the browser settings resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateBrowserSettingsRequest |
withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the browser settings.
|
CreateBrowserSettingsRequest |
withBrowserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
CreateBrowserSettingsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateBrowserSettingsRequest |
withCustomerManagedKey(String customerManagedKey)
The custom managed key of the browser settings.
|
CreateBrowserSettingsRequest |
withTags(Collection<Tag> tags)
The tags to add to the browser settings resource.
|
CreateBrowserSettingsRequest |
withTags(Tag... tags)
The tags to add to the browser settings resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public Map<String,String> getAdditionalEncryptionContext()
Additional encryption context of the browser settings.
public void setAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the browser settings.
additionalEncryptionContext
- Additional encryption context of the browser settings.public CreateBrowserSettingsRequest withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
Additional encryption context of the browser settings.
additionalEncryptionContext
- Additional encryption context of the browser settings.public CreateBrowserSettingsRequest addAdditionalEncryptionContextEntry(String key, String value)
public CreateBrowserSettingsRequest clearAdditionalEncryptionContextEntries()
public void setBrowserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
browserPolicy
- A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.public String getBrowserPolicy()
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
public CreateBrowserSettingsRequest withBrowserPolicy(String browserPolicy)
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
browserPolicy
- A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public CreateBrowserSettingsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency
ensures that an API request completes only once. With an idempotent request, if the original request
completes successfully, subsequent retries with the same client token returns the result from the original
successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public void setCustomerManagedKey(String customerManagedKey)
The custom managed key of the browser settings.
customerManagedKey
- The custom managed key of the browser settings.public String getCustomerManagedKey()
The custom managed key of the browser settings.
public CreateBrowserSettingsRequest withCustomerManagedKey(String customerManagedKey)
The custom managed key of the browser settings.
customerManagedKey
- The custom managed key of the browser settings.public List<Tag> getTags()
The tags to add to the browser settings resource. A tag is a key-value pair.
public void setTags(Collection<Tag> tags)
The tags to add to the browser settings resource. A tag is a key-value pair.
tags
- The tags to add to the browser settings resource. A tag is a key-value pair.public CreateBrowserSettingsRequest withTags(Tag... tags)
The tags to add to the browser settings resource. A tag is a key-value pair.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to add to the browser settings resource. A tag is a key-value pair.public CreateBrowserSettingsRequest withTags(Collection<Tag> tags)
The tags to add to the browser settings resource. A tag is a key-value pair.
tags
- The tags to add to the browser settings resource. A tag is a key-value pair.public String toString()
toString
in class Object
Object.toString()
public CreateBrowserSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()