Class BatchRemoveRoleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.repostspace.transform.BatchRemoveRoleRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchRemoveRoleRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BatchRemoveRoleRequest>
- Parameters:
batchRemoveRoleRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-