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