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