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