Class ListManagedThingAccountAssociationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.ListManagedThingAccountAssociationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListManagedThingAccountAssociationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListManagedThingAccountAssociationsRequest>- Parameters:
listManagedThingAccountAssociationsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-