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 SummaryConstructorsConstructorDescriptionListProvisioningProfilesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListProvisioningProfilesRequest listProvisioningProfilesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListProvisioningProfilesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListProvisioningProfilesRequest>
- Parameters:
- listProvisioningProfilesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-