@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransformerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTransformerRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTransformerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Reserved for future use.
|
EdiType |
getEdiType()
Specifies the details for the EDI standard that is being used for the transformer.
|
String |
getFileFormat()
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML . |
String |
getMappingTemplate()
Specifies the mapping template for the transformer.
|
String |
getName()
Specifies the name of the transformer, used to identify it.
|
String |
getSampleDocument()
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
List<Tag> |
getTags()
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Reserved for future use.
|
void |
setEdiType(EdiType ediType)
Specifies the details for the EDI standard that is being used for the transformer.
|
void |
setFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML . |
void |
setMappingTemplate(String mappingTemplate)
Specifies the mapping template for the transformer.
|
void |
setName(String name)
Specifies the name of the transformer, used to identify it.
|
void |
setSampleDocument(String sampleDocument)
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
void |
setTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransformerRequest |
withClientToken(String clientToken)
Reserved for future use.
|
CreateTransformerRequest |
withEdiType(EdiType ediType)
Specifies the details for the EDI standard that is being used for the transformer.
|
CreateTransformerRequest |
withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML . |
CreateTransformerRequest |
withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML . |
CreateTransformerRequest |
withMappingTemplate(String mappingTemplate)
Specifies the mapping template for the transformer.
|
CreateTransformerRequest |
withName(String name)
Specifies the name of the transformer, used to identify it.
|
CreateTransformerRequest |
withSampleDocument(String sampleDocument)
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
CreateTransformerRequest |
withTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreateTransformerRequest |
withTags(Tag... tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by 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 setName(String name)
Specifies the name of the transformer, used to identify it.
name
- Specifies the name of the transformer, used to identify it.public String getName()
Specifies the name of the transformer, used to identify it.
public CreateTransformerRequest withName(String name)
Specifies the name of the transformer, used to identify it.
name
- Specifies the name of the transformer, used to identify it.public void setFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public String getFileFormat()
Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.
JSON
and
XML
.FileFormat
public CreateTransformerRequest withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public CreateTransformerRequest withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public void setMappingTemplate(String mappingTemplate)
Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
mappingTemplate
- Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using
JSONata or XSLT.public String getMappingTemplate()
Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public CreateTransformerRequest withMappingTemplate(String mappingTemplate)
Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
mappingTemplate
- Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using
JSONata or XSLT.public void setEdiType(EdiType ediType)
Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
ediType
- Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is
supported. X12 is a set of standards and corresponding messages that define specific business documents.public EdiType getEdiType()
Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
public CreateTransformerRequest withEdiType(EdiType ediType)
Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
ediType
- Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is
supported. X12 is a set of standards and corresponding messages that define specific business documents.public void setSampleDocument(String sampleDocument)
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sampleDocument
- Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.public String getSampleDocument()
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
public CreateTransformerRequest withSampleDocument(String sampleDocument)
Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sampleDocument
- Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.public void setClientToken(String clientToken)
Reserved for future use.
clientToken
- Reserved for future use.public String getClientToken()
Reserved for future use.
public CreateTransformerRequest withClientToken(String clientToken)
Reserved for future use.
clientToken
- Reserved for future use.public List<Tag> getTags()
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
public void setTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
tags
- Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.public CreateTransformerRequest withTags(Tag... tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.public CreateTransformerRequest withTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.
tags
- Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.public String toString()
toString
in class Object
Object.toString()
public CreateTransformerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()