@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRecordingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateRecordingConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateRecordingConfigurationRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateRecordingConfigurationRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateRecordingConfigurationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| DestinationConfiguration | getDestinationConfiguration()
 A complex type that contains a destination configuration for where recorded video will be stored. | 
| String | getName()
 An arbitrary string (a nickname) that helps the customer identify that resource. | 
| Map<String,String> | getTags()
 Array of 1-50 maps, each of the form  string:string (key:value). | 
| int | hashCode() | 
| void | setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
 A complex type that contains a destination configuration for where recorded video will be stored. | 
| void | setName(String name)
 An arbitrary string (a nickname) that helps the customer identify that resource. | 
| void | setTags(Map<String,String> tags)
 Array of 1-50 maps, each of the form  string:string (key:value). | 
| String | toString()Returns a string representation of this object. | 
| CreateRecordingConfigurationRequest | withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
 A complex type that contains a destination configuration for where recorded video will be stored. | 
| CreateRecordingConfigurationRequest | withName(String name)
 An arbitrary string (a nickname) that helps the customer identify that resource. | 
| CreateRecordingConfigurationRequest | withTags(Map<String,String> tags)
 Array of 1-50 maps, each of the form  string:string (key:value). | 
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, withSdkRequestTimeoutpublic void setName(String name)
An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need
        to be unique.public String getName()
An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
public CreateRecordingConfigurationRequest withName(String name)
An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need
        to be unique.public void setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
destinationConfiguration - A complex type that contains a destination configuration for where recorded video will be stored.public DestinationConfiguration getDestinationConfiguration()
A complex type that contains a destination configuration for where recorded video will be stored.
public CreateRecordingConfigurationRequest withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
destinationConfiguration - A complex type that contains a destination configuration for where recorded video will be stored.public Map<String,String> getTags()
 Array of 1-50 maps, each of the form string:string (key:value).
 
string:string (key:value).public void setTags(Map<String,String> tags)
 Array of 1-50 maps, each of the form string:string (key:value).
 
tags - Array of 1-50 maps, each of the form string:string (key:value).public CreateRecordingConfigurationRequest withTags(Map<String,String> tags)
 Array of 1-50 maps, each of the form string:string (key:value).
 
tags - Array of 1-50 maps, each of the form string:string (key:value).public CreateRecordingConfigurationRequest addTagsEntry(String key, String value)
public CreateRecordingConfigurationRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateRecordingConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()