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