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