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