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