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