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