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