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