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