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