@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVariantStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateVariantStoreRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVariantStoreRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateVariantStoreRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateVariantStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A description for the store.
|
String |
getName()
A name for the store.
|
ReferenceItem |
getReference()
The genome reference for the store's variants.
|
SseConfig |
getSseConfig()
Server-side encryption (SSE) settings for the store.
|
Map<String,String> |
getTags()
Tags for the store.
|
int |
hashCode() |
void |
setDescription(String description)
A description for the store.
|
void |
setName(String name)
A name for the store.
|
void |
setReference(ReferenceItem reference)
The genome reference for the store's variants.
|
void |
setSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
|
void |
setTags(Map<String,String> tags)
Tags for the store.
|
String |
toString()
Returns a string representation of this object.
|
CreateVariantStoreRequest |
withDescription(String description)
A description for the store.
|
CreateVariantStoreRequest |
withName(String name)
A name for the store.
|
CreateVariantStoreRequest |
withReference(ReferenceItem reference)
The genome reference for the store's variants.
|
CreateVariantStoreRequest |
withSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
|
CreateVariantStoreRequest |
withTags(Map<String,String> tags)
Tags for the store.
|
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 setReference(ReferenceItem reference)
The genome reference for the store's variants.
reference
- The genome reference for the store's variants.public ReferenceItem getReference()
The genome reference for the store's variants.
public CreateVariantStoreRequest withReference(ReferenceItem reference)
The genome reference for the store's variants.
reference
- The genome reference for the store's variants.public void setName(String name)
A name for the store.
name
- A name for the store.public String getName()
A name for the store.
public CreateVariantStoreRequest withName(String name)
A name for the store.
name
- A name for the store.public void setDescription(String description)
A description for the store.
description
- A description for the store.public String getDescription()
A description for the store.
public CreateVariantStoreRequest withDescription(String description)
A description for the store.
description
- A description for the store.public void setTags(Map<String,String> tags)
Tags for the store.
tags
- Tags for the store.public CreateVariantStoreRequest withTags(Map<String,String> tags)
Tags for the store.
tags
- Tags for the store.public CreateVariantStoreRequest addTagsEntry(String key, String value)
public CreateVariantStoreRequest clearTagsEntries()
public void setSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
sseConfig
- Server-side encryption (SSE) settings for the store.public SseConfig getSseConfig()
Server-side encryption (SSE) settings for the store.
public CreateVariantStoreRequest withSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
sseConfig
- Server-side encryption (SSE) settings for the store.public String toString()
toString
in class Object
Object.toString()
public CreateVariantStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()