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