@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGlossaryTermRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGlossaryTermRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryTermRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
String |
getGlossaryIdentifier()
The identifier of the business glossary in which a term is to be updated.
|
String |
getIdentifier()
The identifier of the business glossary term that is to be updated.
|
String |
getLongDescription()
The long description to be updated as part of the
UpdateGlossaryTerm action. |
String |
getName()
The name to be updated as part of the
UpdateGlossaryTerm action. |
String |
getShortDescription()
The short description to be updated as part of the
UpdateGlossaryTerm action. |
String |
getStatus()
The status to be updated as part of the
UpdateGlossaryTerm action. |
TermRelations |
getTermRelations()
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
void |
setGlossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
|
void |
setIdentifier(String identifier)
The identifier of the business glossary term that is to be updated.
|
void |
setLongDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
void |
setName(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
void |
setShortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
void |
setStatus(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
void |
setTermRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
String |
toString()
Returns a string representation of this object.
|
UpdateGlossaryTermRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermRequest |
withGlossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermRequest |
withIdentifier(String identifier)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermRequest |
withLongDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
withName(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
withShortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
withStatus(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
withStatus(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
withTermRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm 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, withSdkRequestTimeoutpublic void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
public UpdateGlossaryTermRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.public void setGlossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
glossaryIdentifier - The identifier of the business glossary in which a term is to be updated.public String getGlossaryIdentifier()
The identifier of the business glossary in which a term is to be updated.
public UpdateGlossaryTermRequest withGlossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
glossaryIdentifier - The identifier of the business glossary in which a term is to be updated.public void setIdentifier(String identifier)
The identifier of the business glossary term that is to be updated.
identifier - The identifier of the business glossary term that is to be updated.public String getIdentifier()
The identifier of the business glossary term that is to be updated.
public UpdateGlossaryTermRequest withIdentifier(String identifier)
The identifier of the business glossary term that is to be updated.
identifier - The identifier of the business glossary term that is to be updated.public void setLongDescription(String longDescription)
The long description to be updated as part of the UpdateGlossaryTerm action.
longDescription - The long description to be updated as part of the UpdateGlossaryTerm action.public String getLongDescription()
The long description to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public UpdateGlossaryTermRequest withLongDescription(String longDescription)
The long description to be updated as part of the UpdateGlossaryTerm action.
longDescription - The long description to be updated as part of the UpdateGlossaryTerm action.public void setName(String name)
The name to be updated as part of the UpdateGlossaryTerm action.
name - The name to be updated as part of the UpdateGlossaryTerm action.public String getName()
The name to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public UpdateGlossaryTermRequest withName(String name)
The name to be updated as part of the UpdateGlossaryTerm action.
name - The name to be updated as part of the UpdateGlossaryTerm action.public void setShortDescription(String shortDescription)
The short description to be updated as part of the UpdateGlossaryTerm action.
shortDescription - The short description to be updated as part of the UpdateGlossaryTerm action.public String getShortDescription()
The short description to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public UpdateGlossaryTermRequest withShortDescription(String shortDescription)
The short description to be updated as part of the UpdateGlossaryTerm action.
shortDescription - The short description to be updated as part of the UpdateGlossaryTerm action.public void setStatus(String status)
The status to be updated as part of the UpdateGlossaryTerm action.
status - The status to be updated as part of the UpdateGlossaryTerm action.GlossaryTermStatuspublic String getStatus()
The status to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.GlossaryTermStatuspublic UpdateGlossaryTermRequest withStatus(String status)
The status to be updated as part of the UpdateGlossaryTerm action.
status - The status to be updated as part of the UpdateGlossaryTerm action.GlossaryTermStatuspublic UpdateGlossaryTermRequest withStatus(GlossaryTermStatus status)
The status to be updated as part of the UpdateGlossaryTerm action.
status - The status to be updated as part of the UpdateGlossaryTerm action.GlossaryTermStatuspublic void setTermRelations(TermRelations termRelations)
The term relations to be updated as part of the UpdateGlossaryTerm action.
termRelations - The term relations to be updated as part of the UpdateGlossaryTerm action.public TermRelations getTermRelations()
The term relations to be updated as part of the UpdateGlossaryTerm action.
UpdateGlossaryTerm action.public UpdateGlossaryTermRequest withTermRelations(TermRelations termRelations)
The term relations to be updated as part of the UpdateGlossaryTerm action.
termRelations - The term relations to be updated as part of the UpdateGlossaryTerm action.public String toString()
toString in class ObjectObject.toString()public UpdateGlossaryTermRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()