Class BatchAddRoleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.repostspace.transform.BatchAddRoleRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchAddRoleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<BatchAddRoleRequest>- Parameters:
batchAddRoleRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-