Class UpdateConfigurationTemplateRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.elasticbeanstalk.transform.UpdateConfigurationTemplateRequestMarshaller
- All Implemented Interfaces:
 Marshaller<UpdateConfigurationTemplateRequest>
@Generated("software.amazon.awssdk:codegen")
public class UpdateConfigurationTemplateRequestMarshaller
extends Object
implements Marshaller<UpdateConfigurationTemplateRequest>
UpdateConfigurationTemplateRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionUpdateConfigurationTemplateRequestMarshaller(AwsQueryProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
UpdateConfigurationTemplateRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(UpdateConfigurationTemplateRequest updateConfigurationTemplateRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<UpdateConfigurationTemplateRequest>- Parameters:
 updateConfigurationTemplateRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -