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