@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGlossaryTermRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetGlossaryTermRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetGlossaryTermRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getDomainIdentifier ()
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
String |
getIdentifier ()
The ID of the business glossary term.
|
int |
hashCode () |
void |
setDomainIdentifier (String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
void |
setIdentifier (String identifier)
The ID of the business glossary term.
|
String |
toString ()
Returns a string representation of this object.
|
GetGlossaryTermRequest |
withDomainIdentifier (String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
GetGlossaryTermRequest |
withIdentifier (String identifier)
The ID of the business glossary term.
|
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 GetGlossaryTermRequest()
public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term exists.
domainIdentifier - The ID of the Amazon DataZone domain in which this business glossary term exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this business glossary term exists.
public GetGlossaryTermRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term exists.
domainIdentifier - The ID of the Amazon DataZone domain in which this business glossary term exists.public void setIdentifier(String identifier)
The ID of the business glossary term.
identifier - The ID of the business glossary term.public String getIdentifier()
The ID of the business glossary term.
public GetGlossaryTermRequest withIdentifier(String identifier)
The ID of the business glossary term.
identifier - The ID of the business glossary term.public String toString()
toString in class Object Object.toString() public GetGlossaryTermRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()