@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDocumentMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDocumentMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDocumentMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DocumentReviews |
getDocumentReviews()
The change template review details to update.
|
String |
getDocumentVersion()
The version of a change template in which to update approval metadata.
|
String |
getName()
The name of the change template for which a version's metadata is to be updated.
|
int |
hashCode() |
void |
setDocumentReviews(DocumentReviews documentReviews)
The change template review details to update.
|
void |
setDocumentVersion(String documentVersion)
The version of a change template in which to update approval metadata.
|
void |
setName(String name)
The name of the change template for which a version's metadata is to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDocumentMetadataRequest |
withDocumentReviews(DocumentReviews documentReviews)
The change template review details to update.
|
UpdateDocumentMetadataRequest |
withDocumentVersion(String documentVersion)
The version of a change template in which to update approval metadata.
|
UpdateDocumentMetadataRequest |
withName(String name)
The name of the change template for which a version's metadata is to be updated.
|
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)
The name of the change template for which a version's metadata is to be updated.
name
- The name of the change template for which a version's metadata is to be updated.public String getName()
The name of the change template for which a version's metadata is to be updated.
public UpdateDocumentMetadataRequest withName(String name)
The name of the change template for which a version's metadata is to be updated.
name
- The name of the change template for which a version's metadata is to be updated.public void setDocumentVersion(String documentVersion)
The version of a change template in which to update approval metadata.
documentVersion
- The version of a change template in which to update approval metadata.public String getDocumentVersion()
The version of a change template in which to update approval metadata.
public UpdateDocumentMetadataRequest withDocumentVersion(String documentVersion)
The version of a change template in which to update approval metadata.
documentVersion
- The version of a change template in which to update approval metadata.public void setDocumentReviews(DocumentReviews documentReviews)
The change template review details to update.
documentReviews
- The change template review details to update.public DocumentReviews getDocumentReviews()
The change template review details to update.
public UpdateDocumentMetadataRequest withDocumentReviews(DocumentReviews documentReviews)
The change template review details to update.
documentReviews
- The change template review details to update.public String toString()
toString
in class Object
Object.toString()
public UpdateDocumentMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()