Class UpdateClusterConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.kafka.transform.UpdateClusterConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateClusterConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateClusterConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateClusterConfigurationRequest>
UpdateClusterConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateClusterConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateClusterConfigurationRequest updateClusterConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateClusterConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateClusterConfigurationRequest updateClusterConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateClusterConfigurationRequest>
- Parameters:
- updateClusterConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-