@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFormTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFormTypeRequest() |
Modifier and Type | Method and Description |
---|---|
GetFormTypeRequest |
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 metadata form type exists.
|
String |
getFormTypeIdentifier()
The ID of the metadata form type.
|
String |
getRevision()
The revision of this metadata form type.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
void |
setFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type.
|
void |
setRevision(String revision)
The revision of this metadata form type.
|
String |
toString()
Returns a string representation of this object.
|
GetFormTypeRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
GetFormTypeRequest |
withFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type.
|
GetFormTypeRequest |
withRevision(String revision)
The revision of this metadata form type.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which this metadata form type exists.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this metadata form type exists.
public GetFormTypeRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type exists.
domainIdentifier
- The ID of the Amazon DataZone domain in which this metadata form type exists.public void setFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type.
formTypeIdentifier
- The ID of the metadata form type.public String getFormTypeIdentifier()
The ID of the metadata form type.
public GetFormTypeRequest withFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type.
formTypeIdentifier
- The ID of the metadata form type.public void setRevision(String revision)
The revision of this metadata form type.
revision
- The revision of this metadata form type.public String getRevision()
The revision of this metadata form type.
public GetFormTypeRequest withRevision(String revision)
The revision of this metadata form type.
revision
- The revision of this metadata form type.public String toString()
toString
in class Object
Object.toString()
public GetFormTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()