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