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