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