Class TestMappingRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.b2bi.model.B2BiRequest
-
- software.amazon.awssdk.services.b2bi.model.TestMappingRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<TestMappingRequest.Builder,TestMappingRequest>
@Generated("software.amazon.awssdk:codegen") public final class TestMappingRequest extends B2BiRequest implements ToCopyableBuilder<TestMappingRequest.Builder,TestMappingRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestMappingRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestMappingRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FileFormatfileFormat()Specifies that the currently supported file formats for EDI transformations areJSONandXML.StringfileFormatAsString()Specifies that the currently supported file formats for EDI transformations areJSONandXML.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputFileContent()Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.StringmappingTemplate()Specifies the name of the mapping template for the transformer.List<SdkField<?>>sdkFields()static Class<? extends TestMappingRequest.Builder>serializableBuilderClass()TestMappingRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputFileContent
public final String inputFileContent()
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
- Returns:
- Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
-
mappingTemplate
public final String mappingTemplate()
Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
- Returns:
- Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
-
fileFormat
public final FileFormat fileFormat()
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.If the service returns an enum value that is not available in the current SDK version,
fileFormatwill returnFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileFormatAsString().- Returns:
- Specifies that the currently supported file formats for EDI transformations are
JSONandXML. - See Also:
FileFormat
-
fileFormatAsString
public final String fileFormatAsString()
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.If the service returns an enum value that is not available in the current SDK version,
fileFormatwill returnFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileFormatAsString().- Returns:
- Specifies that the currently supported file formats for EDI transformations are
JSONandXML. - See Also:
FileFormat
-
toBuilder
public TestMappingRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestMappingRequest.Builder,TestMappingRequest>- Specified by:
toBuilderin classB2BiRequest
-
builder
public static TestMappingRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestMappingRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-