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