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