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