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