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