Class ListProvisioningProfilesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.ListProvisioningProfilesRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListProvisioningProfilesRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListProvisioningProfilesRequest>
- Parameters:
listProvisioningProfilesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-