@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStorageConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStorageConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStorageConfigurationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStorageConfigurationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStorageConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
Storage configuration name.
|
S3StorageConfiguration |
getS3()
A complex type that contains a storage configuration for where recorded video will be stored.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
setName(String name)
Storage configuration name.
|
void |
setS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateStorageConfigurationRequest |
withName(String name)
Storage configuration name.
|
CreateStorageConfigurationRequest |
withS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
|
CreateStorageConfigurationRequest |
withTags(Map<String,String> tags)
Tags attached to the 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 void setName(String name)
Storage configuration name. The value does not need to be unique.
name
- Storage configuration name. The value does not need to be unique.public String getName()
Storage configuration name. The value does not need to be unique.
public CreateStorageConfigurationRequest withName(String name)
Storage configuration name. The value does not need to be unique.
name
- Storage configuration name. The value does not need to be unique.public void setS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
s3
- A complex type that contains a storage configuration for where recorded video will be stored.public S3StorageConfiguration getS3()
A complex type that contains a storage configuration for where recorded video will be stored.
public CreateStorageConfigurationRequest withS3(S3StorageConfiguration s3)
A complex type that contains a storage configuration for where recorded video will be stored.
s3
- A complex type that contains a storage configuration for where recorded video will be stored.public Map<String,String> getTags()
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
string:string (key:value)
.
See Tagging AWS Resources
for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no constraints on tags beyond what is documented there.public void setTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public CreateStorageConfigurationRequest withTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public CreateStorageConfigurationRequest addTagsEntry(String key, String value)
public CreateStorageConfigurationRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateStorageConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()