Class CreateKxEnvironmentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.finspace.transform.CreateKxEnvironmentRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateKxEnvironmentRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateKxEnvironmentRequestMarshaller
extends Object
implements Marshaller<CreateKxEnvironmentRequest>
CreateKxEnvironmentRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateKxEnvironmentRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateKxEnvironmentRequest createKxEnvironmentRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateKxEnvironmentRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateKxEnvironmentRequest>
- Parameters:
createKxEnvironmentRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-