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