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