Class CreatePermissionVersionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ram.transform.CreatePermissionVersionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreatePermissionVersionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreatePermissionVersionRequestMarshaller
extends Object
implements Marshaller<CreatePermissionVersionRequest>
CreatePermissionVersionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreatePermissionVersionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreatePermissionVersionRequest createPermissionVersionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreatePermissionVersionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreatePermissionVersionRequest>
- Parameters:
- createPermissionVersionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-