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