Class DisassociateProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.route53profiles.transform.DisassociateProfileRequestMarshaller
- All Implemented Interfaces:
Marshaller<DisassociateProfileRequest>
@Generated("software.amazon.awssdk:codegen")
public class DisassociateProfileRequestMarshaller
extends Object
implements Marshaller<DisassociateProfileRequest>
DisassociateProfileRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDisassociateProfileRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DisassociateProfileRequest disassociateProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DisassociateProfileRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DisassociateProfileRequest>
- Parameters:
disassociateProfileRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-