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