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