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