All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awssdk.services.databasemigration.transform.CreateEndpointRequestModelMarshaller Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Database Migration Service module holds the client classes that are used for communicating with AWS Database Migration Service.

The newest version!
/*
 * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */

package software.amazon.awssdk.services.databasemigration.transform;

import java.util.List;
import software.amazon.awssdk.annotations.Generated;
import software.amazon.awssdk.annotations.SdkInternalApi;
import software.amazon.awssdk.core.exception.SdkClientException;
import software.amazon.awssdk.core.protocol.MarshallLocation;
import software.amazon.awssdk.core.protocol.MarshallingInfo;
import software.amazon.awssdk.core.protocol.MarshallingType;
import software.amazon.awssdk.core.protocol.ProtocolMarshaller;
import software.amazon.awssdk.core.protocol.StructuredPojo;
import software.amazon.awssdk.services.databasemigration.model.CreateEndpointRequest;
import software.amazon.awssdk.utils.Validate;

/**
 * {@link CreateEndpointRequest} Marshaller
 */
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateEndpointRequestModelMarshaller {
    private static final MarshallingInfo ENDPOINTIDENTIFIER_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("EndpointIdentifier").isBinary(false).build();

    private static final MarshallingInfo ENDPOINTTYPE_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("EndpointType").isBinary(false).build();

    private static final MarshallingInfo ENGINENAME_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("EngineName").isBinary(false).build();

    private static final MarshallingInfo USERNAME_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Username").isBinary(false).build();

    private static final MarshallingInfo PASSWORD_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Password").isBinary(false).build();

    private static final MarshallingInfo SERVERNAME_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("ServerName").isBinary(false).build();

    private static final MarshallingInfo PORT_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Port").isBinary(false).build();

    private static final MarshallingInfo DATABASENAME_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("DatabaseName").isBinary(false).build();

    private static final MarshallingInfo EXTRACONNECTIONATTRIBUTES_BINDING = MarshallingInfo
            .builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
            .marshallLocationName("ExtraConnectionAttributes").isBinary(false).build();

    private static final MarshallingInfo KMSKEYID_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("KmsKeyId").isBinary(false).build();

    private static final MarshallingInfo TAGS_BINDING = MarshallingInfo.builder(MarshallingType.LIST)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Tags").isBinary(false).build();

    private static final MarshallingInfo CERTIFICATEARN_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("CertificateArn").isBinary(false).build();

    private static final MarshallingInfo SSLMODE_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("SslMode").isBinary(false).build();

    private static final MarshallingInfo DYNAMODBSETTINGS_BINDING = MarshallingInfo
            .builder(MarshallingType.STRUCTURED).marshallLocation(MarshallLocation.PAYLOAD)
            .marshallLocationName("DynamoDbSettings").isBinary(false).build();

    private static final MarshallingInfo S3SETTINGS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
            .marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("S3Settings").isBinary(false).build();

    private static final MarshallingInfo MONGODBSETTINGS_BINDING = MarshallingInfo
            .builder(MarshallingType.STRUCTURED).marshallLocation(MarshallLocation.PAYLOAD)
            .marshallLocationName("MongoDbSettings").isBinary(false).build();

    private static final CreateEndpointRequestModelMarshaller INSTANCE = new CreateEndpointRequestModelMarshaller();

    private CreateEndpointRequestModelMarshaller() {
    }

    public static CreateEndpointRequestModelMarshaller getInstance() {
        return INSTANCE;
    }

    /**
     * Marshall the given parameter object
     */
    public void marshall(CreateEndpointRequest createEndpointRequest, ProtocolMarshaller protocolMarshaller) {
        Validate.paramNotNull(createEndpointRequest, "createEndpointRequest");
        Validate.paramNotNull(protocolMarshaller, "protocolMarshaller");
        try {
            protocolMarshaller.marshall(createEndpointRequest.endpointIdentifier(), ENDPOINTIDENTIFIER_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.endpointTypeAsString(), ENDPOINTTYPE_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.engineName(), ENGINENAME_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.username(), USERNAME_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.password(), PASSWORD_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.serverName(), SERVERNAME_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.port(), PORT_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.databaseName(), DATABASENAME_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.extraConnectionAttributes(), EXTRACONNECTIONATTRIBUTES_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.kmsKeyId(), KMSKEYID_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.tags(), TAGS_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.certificateArn(), CERTIFICATEARN_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.sslModeAsString(), SSLMODE_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.dynamoDbSettings(), DYNAMODBSETTINGS_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.s3Settings(), S3SETTINGS_BINDING);
            protocolMarshaller.marshall(createEndpointRequest.mongoDbSettings(), MONGODBSETTINGS_BINDING);
        } catch (Exception e) {
            throw SdkClientException.builder().message("Unable to marshall request to JSON: " + e.getMessage()).cause(e).build();
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy