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