@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlossaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGlossaryRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGlossaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDescription()
The description to be updated as part of the
UpdateGlossary action. |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
String |
getIdentifier()
The identifier of the business glossary to be updated.
|
String |
getName()
The name to be updated as part of the
UpdateGlossary action. |
String |
getStatus()
The status to be updated as part of the
UpdateGlossary action. |
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description to be updated as part of the
UpdateGlossary action. |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
void |
setIdentifier(String identifier)
The identifier of the business glossary to be updated.
|
void |
setName(String name)
The name to be updated as part of the
UpdateGlossary action. |
void |
setStatus(String status)
The status to be updated as part of the
UpdateGlossary action. |
String |
toString()
Returns a string representation of this object.
|
UpdateGlossaryRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateGlossaryRequest |
withDescription(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryRequest |
withIdentifier(String identifier)
The identifier of the business glossary to be updated.
|
UpdateGlossaryRequest |
withName(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
withStatus(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
withStatus(String status)
The status to be updated as part of the
UpdateGlossary action. |
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 setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public UpdateGlossaryRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDescription(String description)
The description to be updated as part of the UpdateGlossary
action.
description
- The description to be updated as part of the UpdateGlossary
action.public String getDescription()
The description to be updated as part of the UpdateGlossary
action.
UpdateGlossary
action.public UpdateGlossaryRequest withDescription(String description)
The description to be updated as part of the UpdateGlossary
action.
description
- The description to be updated as part of the UpdateGlossary
action.public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a business glossary is to be updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
public UpdateGlossaryRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a business glossary is to be updated.public void setIdentifier(String identifier)
The identifier of the business glossary to be updated.
identifier
- The identifier of the business glossary to be updated.public String getIdentifier()
The identifier of the business glossary to be updated.
public UpdateGlossaryRequest withIdentifier(String identifier)
The identifier of the business glossary to be updated.
identifier
- The identifier of the business glossary to be updated.public void setName(String name)
The name to be updated as part of the UpdateGlossary
action.
name
- The name to be updated as part of the UpdateGlossary
action.public String getName()
The name to be updated as part of the UpdateGlossary
action.
UpdateGlossary
action.public UpdateGlossaryRequest withName(String name)
The name to be updated as part of the UpdateGlossary
action.
name
- The name to be updated as part of the UpdateGlossary
action.public void setStatus(String status)
The status to be updated as part of the UpdateGlossary
action.
status
- The status to be updated as part of the UpdateGlossary
action.GlossaryStatus
public String getStatus()
The status to be updated as part of the UpdateGlossary
action.
UpdateGlossary
action.GlossaryStatus
public UpdateGlossaryRequest withStatus(String status)
The status to be updated as part of the UpdateGlossary
action.
status
- The status to be updated as part of the UpdateGlossary
action.GlossaryStatus
public UpdateGlossaryRequest withStatus(GlossaryStatus status)
The status to be updated as part of the UpdateGlossary
action.
status
- The status to be updated as part of the UpdateGlossary
action.GlossaryStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateGlossaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()