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