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