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