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