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