@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFormTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFormTypeRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFormTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of this Amazon DataZone metadata form type.
|
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
Model |
getModel()
The model of this Amazon DataZone metadata form type.
|
String |
getName()
The name of this Amazon DataZone metadata form type.
|
String |
getOwningProjectIdentifier()
The ID of the Amazon DataZone project that owns this metadata form type.
|
String |
getStatus()
The status of this Amazon DataZone metadata form type.
|
int |
hashCode() |
void |
setDescription(String description)
The description of this Amazon DataZone metadata form type.
|
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
void |
setModel(Model model)
The model of this Amazon DataZone metadata form type.
|
void |
setName(String name)
The name of this Amazon DataZone metadata form type.
|
void |
setOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the Amazon DataZone project that owns this metadata form type.
|
void |
setStatus(String status)
The status of this Amazon DataZone metadata form type.
|
String |
toString()
Returns a string representation of this object.
|
CreateFormTypeRequest |
withDescription(String description)
The description of this Amazon DataZone metadata form type.
|
CreateFormTypeRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type is created.
|
CreateFormTypeRequest |
withModel(Model model)
The model of this Amazon DataZone metadata form type.
|
CreateFormTypeRequest |
withName(String name)
The name of this Amazon DataZone metadata form type.
|
CreateFormTypeRequest |
withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the Amazon DataZone project that owns this metadata form type.
|
CreateFormTypeRequest |
withStatus(FormTypeStatus status)
The status of this Amazon DataZone metadata form type.
|
CreateFormTypeRequest |
withStatus(String status)
The status of this Amazon DataZone 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 setDescription(String description)
The description of this Amazon DataZone metadata form type.
description
- The description of this Amazon DataZone metadata form type.public String getDescription()
The description of this Amazon DataZone metadata form type.
public CreateFormTypeRequest withDescription(String description)
The description of this Amazon DataZone metadata form type.
description
- The description of this Amazon DataZone metadata form type.public void setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which this metadata form type is created.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which this metadata form type is created.
public CreateFormTypeRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this metadata form type is created.
domainIdentifier
- The ID of the Amazon DataZone domain in which this metadata form type is created.public void setModel(Model model)
The model of this Amazon DataZone metadata form type.
model
- The model of this Amazon DataZone metadata form type.public Model getModel()
The model of this Amazon DataZone metadata form type.
public CreateFormTypeRequest withModel(Model model)
The model of this Amazon DataZone metadata form type.
model
- The model of this Amazon DataZone metadata form type.public void setName(String name)
The name of this Amazon DataZone metadata form type.
name
- The name of this Amazon DataZone metadata form type.public String getName()
The name of this Amazon DataZone metadata form type.
public CreateFormTypeRequest withName(String name)
The name of this Amazon DataZone metadata form type.
name
- The name of this Amazon DataZone metadata form type.public void setOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the Amazon DataZone project that owns this metadata form type.
owningProjectIdentifier
- The ID of the Amazon DataZone project that owns this metadata form type.public String getOwningProjectIdentifier()
The ID of the Amazon DataZone project that owns this metadata form type.
public CreateFormTypeRequest withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the Amazon DataZone project that owns this metadata form type.
owningProjectIdentifier
- The ID of the Amazon DataZone project that owns this metadata form type.public void setStatus(String status)
The status of this Amazon DataZone metadata form type.
status
- The status of this Amazon DataZone metadata form type.FormTypeStatus
public String getStatus()
The status of this Amazon DataZone metadata form type.
FormTypeStatus
public CreateFormTypeRequest withStatus(String status)
The status of this Amazon DataZone metadata form type.
status
- The status of this Amazon DataZone metadata form type.FormTypeStatus
public CreateFormTypeRequest withStatus(FormTypeStatus status)
The status of this Amazon DataZone metadata form type.
status
- The status of this Amazon DataZone metadata form type.FormTypeStatus
public String toString()
toString
in class Object
Object.toString()
public CreateFormTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()