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