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