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