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