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