@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRevisionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRevisionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRevisionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRevisionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRevisionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComment()
An optional comment about the revision.
|
String |
getDataSetId()
The unique identifier for a data set.
|
Map<String,String> |
getTags()
A revision tag is an optional label that you can assign to a revision when you create it.
|
int |
hashCode() |
void |
setComment(String comment)
An optional comment about the revision.
|
void |
setDataSetId(String dataSetId)
The unique identifier for a data set.
|
void |
setTags(Map<String,String> tags)
A revision tag is an optional label that you can assign to a revision when you create it.
|
String |
toString()
Returns a string representation of this object.
|
CreateRevisionRequest |
withComment(String comment)
An optional comment about the revision.
|
CreateRevisionRequest |
withDataSetId(String dataSetId)
The unique identifier for a data set.
|
CreateRevisionRequest |
withTags(Map<String,String> tags)
A revision tag is an optional label that you can assign to a revision when you create it.
|
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 setComment(String comment)
An optional comment about the revision.
comment
- An optional comment about the revision.public String getComment()
An optional comment about the revision.
public CreateRevisionRequest withComment(String comment)
An optional comment about the revision.
comment
- An optional comment about the revision.public void setDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId
- The unique identifier for a data set.public String getDataSetId()
The unique identifier for a data set.
public CreateRevisionRequest withDataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId
- The unique identifier for a data set.public Map<String,String> getTags()
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
public void setTags(Map<String,String> tags)
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
tags
- A revision tag is an optional label that you can assign to a revision when you create it. Each tag
consists of a key and an optional value, both of which you define. When you use tagging, you can also use
tag-based access control in IAM policies to control access to these data sets and revisions.public CreateRevisionRequest withTags(Map<String,String> tags)
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
tags
- A revision tag is an optional label that you can assign to a revision when you create it. Each tag
consists of a key and an optional value, both of which you define. When you use tagging, you can also use
tag-based access control in IAM policies to control access to these data sets and revisions.public CreateRevisionRequest addTagsEntry(String key, String value)
public CreateRevisionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRevisionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()