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

io.github.cdklabs.cdk.appflow.GoogleAdsConnectorProfileProps Maven / Gradle / Ivy

There is a newer version: 0.0.44
Show newest version
package io.github.cdklabs.cdk.appflow;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-10-11T10:39:08.232Z")
@software.amazon.jsii.Jsii(module = io.github.cdklabs.cdk.appflow.$Module.class, fqn = "@cdklabs/cdk-appflow.GoogleAdsConnectorProfileProps")
@software.amazon.jsii.Jsii.Proxy(GoogleAdsConnectorProfileProps.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
public interface GoogleAdsConnectorProfileProps extends software.amazon.jsii.JsiiSerializable, io.github.cdklabs.cdk.appflow.ConnectorProfileProps {

    /**
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    @org.jetbrains.annotations.NotNull java.lang.String getApiVersion();

    /**
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    @org.jetbrains.annotations.NotNull software.amazon.awscdk.SecretValue getDeveloperToken();

    /**
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    @org.jetbrains.annotations.NotNull io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings getOAuth();

    /**
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    default @org.jetbrains.annotations.Nullable software.amazon.awscdk.SecretValue getManagerID() {
        return null;
    }

    /**
     * @return a {@link Builder} of {@link GoogleAdsConnectorProfileProps}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    static Builder builder() {
        return new Builder();
    }
    /**
     * A builder for {@link GoogleAdsConnectorProfileProps}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    public static final class Builder implements software.amazon.jsii.Builder {
        java.lang.String apiVersion;
        software.amazon.awscdk.SecretValue developerToken;
        io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings oAuth;
        software.amazon.awscdk.SecretValue managerId;
        software.amazon.awscdk.services.kms.IKey key;
        java.lang.String name;

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getApiVersion}
         * @param apiVersion the value to be set. This parameter is required.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder apiVersion(java.lang.String apiVersion) {
            this.apiVersion = apiVersion;
            return this;
        }

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getDeveloperToken}
         * @param developerToken the value to be set. This parameter is required.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder developerToken(software.amazon.awscdk.SecretValue developerToken) {
            this.developerToken = developerToken;
            return this;
        }

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getOAuth}
         * @param oAuth the value to be set. This parameter is required.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder oAuth(io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings oAuth) {
            this.oAuth = oAuth;
            return this;
        }

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getManagerId}
         * @param managerId the value to be set.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder managerId(software.amazon.awscdk.SecretValue managerId) {
            this.managerId = managerId;
            return this;
        }

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getKey}
         * @param key TODO: think if this should be here as not all connector profiles have that.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder key(software.amazon.awscdk.services.kms.IKey key) {
            this.key = key;
            return this;
        }

        /**
         * Sets the value of {@link GoogleAdsConnectorProfileProps#getName}
         * @param name the value to be set.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        public Builder name(java.lang.String name) {
            this.name = name;
            return this;
        }

        /**
         * Builds the configured instance.
         * @return a new instance of {@link GoogleAdsConnectorProfileProps}
         * @throws NullPointerException if any required attribute was not provided
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
        @Override
        public GoogleAdsConnectorProfileProps build() {
            return new Jsii$Proxy(this);
        }
    }

    /**
     * An implementation for {@link GoogleAdsConnectorProfileProps}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    @software.amazon.jsii.Internal
    final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GoogleAdsConnectorProfileProps {
        private final java.lang.String apiVersion;
        private final software.amazon.awscdk.SecretValue developerToken;
        private final io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings oAuth;
        private final software.amazon.awscdk.SecretValue managerId;
        private final software.amazon.awscdk.services.kms.IKey key;
        private final java.lang.String name;

        /**
         * Constructor that initializes the object based on values retrieved from the JsiiObject.
         * @param objRef Reference to the JSII managed object.
         */
        protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
            super(objRef);
            this.apiVersion = software.amazon.jsii.Kernel.get(this, "apiVersion", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
            this.developerToken = software.amazon.jsii.Kernel.get(this, "developerToken", software.amazon.jsii.NativeType.forClass(software.amazon.awscdk.SecretValue.class));
            this.oAuth = software.amazon.jsii.Kernel.get(this, "oAuth", software.amazon.jsii.NativeType.forClass(io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings.class));
            this.managerId = software.amazon.jsii.Kernel.get(this, "managerID", software.amazon.jsii.NativeType.forClass(software.amazon.awscdk.SecretValue.class));
            this.key = software.amazon.jsii.Kernel.get(this, "key", software.amazon.jsii.NativeType.forClass(software.amazon.awscdk.services.kms.IKey.class));
            this.name = software.amazon.jsii.Kernel.get(this, "name", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
        }

        /**
         * Constructor that initializes the object based on literal property values passed by the {@link Builder}.
         */
        protected Jsii$Proxy(final Builder builder) {
            super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
            this.apiVersion = java.util.Objects.requireNonNull(builder.apiVersion, "apiVersion is required");
            this.developerToken = java.util.Objects.requireNonNull(builder.developerToken, "developerToken is required");
            this.oAuth = java.util.Objects.requireNonNull(builder.oAuth, "oAuth is required");
            this.managerId = builder.managerId;
            this.key = builder.key;
            this.name = builder.name;
        }

        @Override
        public final java.lang.String getApiVersion() {
            return this.apiVersion;
        }

        @Override
        public final software.amazon.awscdk.SecretValue getDeveloperToken() {
            return this.developerToken;
        }

        @Override
        public final io.github.cdklabs.cdk.appflow.GoogleAdsOAuthSettings getOAuth() {
            return this.oAuth;
        }

        @Override
        public final software.amazon.awscdk.SecretValue getManagerID() {
            return this.managerId;
        }

        @Override
        public final software.amazon.awscdk.services.kms.IKey getKey() {
            return this.key;
        }

        @Override
        public final java.lang.String getName() {
            return this.name;
        }

        @Override
        @software.amazon.jsii.Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson() {
            final com.fasterxml.jackson.databind.ObjectMapper om = software.amazon.jsii.JsiiObjectMapper.INSTANCE;
            final com.fasterxml.jackson.databind.node.ObjectNode data = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();

            data.set("apiVersion", om.valueToTree(this.getApiVersion()));
            data.set("developerToken", om.valueToTree(this.getDeveloperToken()));
            data.set("oAuth", om.valueToTree(this.getOAuth()));
            if (this.getManagerID() != null) {
                data.set("managerID", om.valueToTree(this.getManagerID()));
            }
            if (this.getKey() != null) {
                data.set("key", om.valueToTree(this.getKey()));
            }
            if (this.getName() != null) {
                data.set("name", om.valueToTree(this.getName()));
            }

            final com.fasterxml.jackson.databind.node.ObjectNode struct = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
            struct.set("fqn", om.valueToTree("@cdklabs/cdk-appflow.GoogleAdsConnectorProfileProps"));
            struct.set("data", data);

            final com.fasterxml.jackson.databind.node.ObjectNode obj = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
            obj.set("$jsii.struct", struct);

            return obj;
        }

        @Override
        public final boolean equals(final Object o) {
            if (this == o) return true;
            if (o == null || getClass() != o.getClass()) return false;

            GoogleAdsConnectorProfileProps.Jsii$Proxy that = (GoogleAdsConnectorProfileProps.Jsii$Proxy) o;

            if (!apiVersion.equals(that.apiVersion)) return false;
            if (!developerToken.equals(that.developerToken)) return false;
            if (!oAuth.equals(that.oAuth)) return false;
            if (this.managerId != null ? !this.managerId.equals(that.managerId) : that.managerId != null) return false;
            if (this.key != null ? !this.key.equals(that.key) : that.key != null) return false;
            return this.name != null ? this.name.equals(that.name) : that.name == null;
        }

        @Override
        public final int hashCode() {
            int result = this.apiVersion.hashCode();
            result = 31 * result + (this.developerToken.hashCode());
            result = 31 * result + (this.oAuth.hashCode());
            result = 31 * result + (this.managerId != null ? this.managerId.hashCode() : 0);
            result = 31 * result + (this.key != null ? this.key.hashCode() : 0);
            result = 31 * result + (this.name != null ? this.name.hashCode() : 0);
            return result;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy