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