@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransformerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTransformerResult() |
Modifier and Type | Method and Description |
---|---|
GetTransformerResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Returns a timestamp for creation date and time of the transformer.
|
EdiType |
getEdiType()
Returns the details for the EDI standard that is being used for the transformer.
|
String |
getFileFormat()
Returns that the currently supported file formats for EDI transformations are
JSON and
XML . |
String |
getMappingTemplate()
Returns the mapping template for the transformer.
|
Date |
getModifiedAt()
Returns a timestamp for last time the transformer was modified.
|
String |
getName()
Returns the name of the transformer, used to identify it.
|
String |
getSampleDocument()
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
String |
getStatus()
Returns the state of the newly created transformer.
|
String |
getTransformerArn()
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
String |
getTransformerId()
Returns the system-assigned unique identifier for the transformer.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
|
void |
setEdiType(EdiType ediType)
Returns the details for the EDI standard that is being used for the transformer.
|
void |
setFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML . |
void |
setMappingTemplate(String mappingTemplate)
Returns the mapping template for the transformer.
|
void |
setModifiedAt(Date modifiedAt)
Returns a timestamp for last time the transformer was modified.
|
void |
setName(String name)
Returns the name of the transformer, used to identify it.
|
void |
setSampleDocument(String sampleDocument)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
void |
setStatus(String status)
Returns the state of the newly created transformer.
|
void |
setTransformerArn(String transformerArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
void |
setTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
|
String |
toString()
Returns a string representation of this object.
|
GetTransformerResult |
withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
|
GetTransformerResult |
withEdiType(EdiType ediType)
Returns the details for the EDI standard that is being used for the transformer.
|
GetTransformerResult |
withFileFormat(FileFormat fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML . |
GetTransformerResult |
withFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML . |
GetTransformerResult |
withMappingTemplate(String mappingTemplate)
Returns the mapping template for the transformer.
|
GetTransformerResult |
withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the transformer was modified.
|
GetTransformerResult |
withName(String name)
Returns the name of the transformer, used to identify it.
|
GetTransformerResult |
withSampleDocument(String sampleDocument)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
GetTransformerResult |
withStatus(String status)
Returns the state of the newly created transformer.
|
GetTransformerResult |
withStatus(TransformerStatus status)
Returns the state of the newly created transformer.
|
GetTransformerResult |
withTransformerArn(String transformerArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
GetTransformerResult |
withTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
transformerId
- Returns the system-assigned unique identifier for the transformer.public String getTransformerId()
Returns the system-assigned unique identifier for the transformer.
public GetTransformerResult withTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
transformerId
- Returns the system-assigned unique identifier for the transformer.public void setTransformerArn(String transformerArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
transformerArn
- Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.public String getTransformerArn()
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
public GetTransformerResult withTransformerArn(String transformerArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
transformerArn
- Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.public void setName(String name)
Returns the name of the transformer, used to identify it.
name
- Returns the name of the transformer, used to identify it.public String getName()
Returns the name of the transformer, used to identify it.
public GetTransformerResult withName(String name)
Returns the name of the transformer, used to identify it.
name
- Returns the name of the transformer, used to identify it.public void setFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public String getFileFormat()
Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.
JSON
and
XML
.FileFormat
public GetTransformerResult withFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public GetTransformerResult withFileFormat(FileFormat fileFormat)
Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.
fileFormat
- Returns that the currently supported file formats for EDI transformations are JSON
and
XML
.FileFormat
public void setMappingTemplate(String mappingTemplate)
Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
mappingTemplate
- Returns the mapping template for the transformer. This template is used to map the parsed EDI file using
JSONata or XSLT.public String getMappingTemplate()
Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
public GetTransformerResult withMappingTemplate(String mappingTemplate)
Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
mappingTemplate
- Returns the mapping template for the transformer. This template is used to map the parsed EDI file using
JSONata or XSLT.public void setStatus(String status)
Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.
status
- Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.TransformerStatus
public String getStatus()
Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.
active
or
inactive
. For the transformer to be used in a capability, its status must
active
.TransformerStatus
public GetTransformerResult withStatus(String status)
Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.
status
- Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.TransformerStatus
public GetTransformerResult withStatus(TransformerStatus status)
Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.
status
- Returns the state of the newly created transformer. The transformer can be either active
or
inactive
. For the transformer to be used in a capability, its status must active
.TransformerStatus
public void setEdiType(EdiType ediType)
Returns 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
- Returns 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()
Returns 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 GetTransformerResult withEdiType(EdiType ediType)
Returns 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
- Returns 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)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sampleDocument
- Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.public String getSampleDocument()
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
public GetTransformerResult withSampleDocument(String sampleDocument)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sampleDocument
- Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.public void setCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
createdAt
- Returns a timestamp for creation date and time of the transformer.public Date getCreatedAt()
Returns a timestamp for creation date and time of the transformer.
public GetTransformerResult withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
createdAt
- Returns a timestamp for creation date and time of the transformer.public void setModifiedAt(Date modifiedAt)
Returns a timestamp for last time the transformer was modified.
modifiedAt
- Returns a timestamp for last time the transformer was modified.public Date getModifiedAt()
Returns a timestamp for last time the transformer was modified.
public GetTransformerResult withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the transformer was modified.
modifiedAt
- Returns a timestamp for last time the transformer was modified.public String toString()
toString
in class Object
Object.toString()
public GetTransformerResult clone()