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