@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFormTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteFormTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFormTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
|
String |
getFormTypeIdentifier()
The ID of the metadata form type that is deleted.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
|
void |
setFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type that is deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFormTypeRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
|
DeleteFormTypeRequest |
withFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type that is deleted.
|
addHandlerContext, copyBaseTo, 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 ID of the Amazon DataZone domain in which the metadata form type is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the metadata form type is deleted.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
public DeleteFormTypeRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
domainIdentifier - The ID of the Amazon DataZone domain in which the metadata form type is deleted.public void setFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type that is deleted.
formTypeIdentifier - The ID of the metadata form type that is deleted.public String getFormTypeIdentifier()
The ID of the metadata form type that is deleted.
public DeleteFormTypeRequest withFormTypeIdentifier(String formTypeIdentifier)
The ID of the metadata form type that is deleted.
formTypeIdentifier - The ID of the metadata form type that is deleted.public String toString()
toString in class ObjectObject.toString()public DeleteFormTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.