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