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

software.amazon.awssdk.services.datazone.model.CreateDataProductRevisionResponse Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Data Zone module holds the client classes that are used for communicating with Data Zone.

There is a newer version: 2.28.4
Show newest version
/*
 * Copyright 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.datazone.model;

import java.time.Instant;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import software.amazon.awssdk.annotations.Generated;
import software.amazon.awssdk.core.SdkField;
import software.amazon.awssdk.core.SdkPojo;
import software.amazon.awssdk.core.protocol.MarshallLocation;
import software.amazon.awssdk.core.protocol.MarshallingType;
import software.amazon.awssdk.core.traits.ListTrait;
import software.amazon.awssdk.core.traits.LocationTrait;
import software.amazon.awssdk.core.util.DefaultSdkAutoConstructList;
import software.amazon.awssdk.core.util.SdkAutoConstructList;
import software.amazon.awssdk.utils.ToString;
import software.amazon.awssdk.utils.builder.CopyableBuilder;
import software.amazon.awssdk.utils.builder.ToCopyableBuilder;

/**
 */
@Generated("software.amazon.awssdk:codegen")
public final class CreateDataProductRevisionResponse extends DataZoneResponse implements
        ToCopyableBuilder {
    private static final SdkField CREATED_AT_FIELD = SdkField. builder(MarshallingType.INSTANT)
            .memberName("createdAt").getter(getter(CreateDataProductRevisionResponse::createdAt))
            .setter(setter(Builder::createdAt))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("createdAt").build()).build();

    private static final SdkField CREATED_BY_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("createdBy").getter(getter(CreateDataProductRevisionResponse::createdBy))
            .setter(setter(Builder::createdBy))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("createdBy").build()).build();

    private static final SdkField DESCRIPTION_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("description").getter(getter(CreateDataProductRevisionResponse::description))
            .setter(setter(Builder::description))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("description").build()).build();

    private static final SdkField DOMAIN_ID_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("domainId").getter(getter(CreateDataProductRevisionResponse::domainId)).setter(setter(Builder::domainId))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("domainId").build()).build();

    private static final SdkField FIRST_REVISION_CREATED_AT_FIELD = SdkField. builder(MarshallingType.INSTANT)
            .memberName("firstRevisionCreatedAt").getter(getter(CreateDataProductRevisionResponse::firstRevisionCreatedAt))
            .setter(setter(Builder::firstRevisionCreatedAt))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("firstRevisionCreatedAt").build())
            .build();

    private static final SdkField FIRST_REVISION_CREATED_BY_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("firstRevisionCreatedBy").getter(getter(CreateDataProductRevisionResponse::firstRevisionCreatedBy))
            .setter(setter(Builder::firstRevisionCreatedBy))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("firstRevisionCreatedBy").build())
            .build();

    private static final SdkField> FORMS_OUTPUT_FIELD = SdkField
            .> builder(MarshallingType.LIST)
            .memberName("formsOutput")
            .getter(getter(CreateDataProductRevisionResponse::formsOutput))
            .setter(setter(Builder::formsOutput))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("formsOutput").build(),
                    ListTrait
                            .builder()
                            .memberLocationName(null)
                            .memberFieldInfo(
                                    SdkField. builder(MarshallingType.SDK_POJO)
                                            .constructor(FormOutput::builder)
                                            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD)
                                                    .locationName("member").build()).build()).build()).build();

    private static final SdkField> GLOSSARY_TERMS_FIELD = SdkField
            .> builder(MarshallingType.LIST)
            .memberName("glossaryTerms")
            .getter(getter(CreateDataProductRevisionResponse::glossaryTerms))
            .setter(setter(Builder::glossaryTerms))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("glossaryTerms").build(),
                    ListTrait
                            .builder()
                            .memberLocationName(null)
                            .memberFieldInfo(
                                    SdkField. builder(MarshallingType.STRING)
                                            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD)
                                                    .locationName("member").build()).build()).build()).build();

    private static final SdkField ID_FIELD = SdkField. builder(MarshallingType.STRING).memberName("id")
            .getter(getter(CreateDataProductRevisionResponse::id)).setter(setter(Builder::id))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("id").build()).build();

    private static final SdkField> ITEMS_FIELD = SdkField
            .> builder(MarshallingType.LIST)
            .memberName("items")
            .getter(getter(CreateDataProductRevisionResponse::items))
            .setter(setter(Builder::items))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("items").build(),
                    ListTrait
                            .builder()
                            .memberLocationName(null)
                            .memberFieldInfo(
                                    SdkField. builder(MarshallingType.SDK_POJO)
                                            .constructor(DataProductItem::builder)
                                            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD)
                                                    .locationName("member").build()).build()).build()).build();

    private static final SdkField NAME_FIELD = SdkField. builder(MarshallingType.STRING).memberName("name")
            .getter(getter(CreateDataProductRevisionResponse::name)).setter(setter(Builder::name))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("name").build()).build();

    private static final SdkField OWNING_PROJECT_ID_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("owningProjectId").getter(getter(CreateDataProductRevisionResponse::owningProjectId))
            .setter(setter(Builder::owningProjectId))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("owningProjectId").build()).build();

    private static final SdkField REVISION_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("revision").getter(getter(CreateDataProductRevisionResponse::revision)).setter(setter(Builder::revision))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("revision").build()).build();

    private static final SdkField STATUS_FIELD = SdkField. builder(MarshallingType.STRING).memberName("status")
            .getter(getter(CreateDataProductRevisionResponse::statusAsString)).setter(setter(Builder::status))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("status").build()).build();

    private static final List> SDK_FIELDS = Collections.unmodifiableList(Arrays.asList(CREATED_AT_FIELD,
            CREATED_BY_FIELD, DESCRIPTION_FIELD, DOMAIN_ID_FIELD, FIRST_REVISION_CREATED_AT_FIELD,
            FIRST_REVISION_CREATED_BY_FIELD, FORMS_OUTPUT_FIELD, GLOSSARY_TERMS_FIELD, ID_FIELD, ITEMS_FIELD, NAME_FIELD,
            OWNING_PROJECT_ID_FIELD, REVISION_FIELD, STATUS_FIELD));

    private final Instant createdAt;

    private final String createdBy;

    private final String description;

    private final String domainId;

    private final Instant firstRevisionCreatedAt;

    private final String firstRevisionCreatedBy;

    private final List formsOutput;

    private final List glossaryTerms;

    private final String id;

    private final List items;

    private final String name;

    private final String owningProjectId;

    private final String revision;

    private final String status;

    private CreateDataProductRevisionResponse(BuilderImpl builder) {
        super(builder);
        this.createdAt = builder.createdAt;
        this.createdBy = builder.createdBy;
        this.description = builder.description;
        this.domainId = builder.domainId;
        this.firstRevisionCreatedAt = builder.firstRevisionCreatedAt;
        this.firstRevisionCreatedBy = builder.firstRevisionCreatedBy;
        this.formsOutput = builder.formsOutput;
        this.glossaryTerms = builder.glossaryTerms;
        this.id = builder.id;
        this.items = builder.items;
        this.name = builder.name;
        this.owningProjectId = builder.owningProjectId;
        this.revision = builder.revision;
        this.status = builder.status;
    }

    /**
     * 

* The timestamp at which the data product revision is created. *

* * @return The timestamp at which the data product revision is created. */ public final Instant createdAt() { return createdAt; } /** *

* The user who created the data product revision. *

* * @return The user who created the data product revision. */ public final String createdBy() { return createdBy; } /** *

* The description of the data product revision. *

* * @return The description of the data product revision. */ public final String description() { return description; } /** *

* The ID of the domain where data product revision is created. *

* * @return The ID of the domain where data product revision is created. */ public final String domainId() { return domainId; } /** *

* The timestamp at which the first revision of the data product is created. *

* * @return The timestamp at which the first revision of the data product is created. */ public final Instant firstRevisionCreatedAt() { return firstRevisionCreatedAt; } /** *

* The user who created the first revision of the data product. *

* * @return The user who created the first revision of the data product. */ public final String firstRevisionCreatedBy() { return firstRevisionCreatedBy; } /** * For responses, this returns true if the service returned a value for the FormsOutput property. This DOES NOT * check that the value is non-empty (for which, you should check the {@code isEmpty()} method on the property). * This is useful because the SDK will never return a null collection or map, but you may need to differentiate * between the service returning nothing (or null) and the service returning an empty collection or map. For * requests, this returns true if a value for the property was specified in the request builder, and false if a * value was not specified. */ public final boolean hasFormsOutput() { return formsOutput != null && !(formsOutput instanceof SdkAutoConstructList); } /** *

* The metadata forms of the data product revision. *

*

* Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. *

*

* This method will never return null. If you would like to know whether the service returned this field (so that * you can differentiate between null and empty), you can use the {@link #hasFormsOutput} method. *

* * @return The metadata forms of the data product revision. */ public final List formsOutput() { return formsOutput; } /** * For responses, this returns true if the service returned a value for the GlossaryTerms property. This DOES NOT * check that the value is non-empty (for which, you should check the {@code isEmpty()} method on the property). * This is useful because the SDK will never return a null collection or map, but you may need to differentiate * between the service returning nothing (or null) and the service returning an empty collection or map. For * requests, this returns true if a value for the property was specified in the request builder, and false if a * value was not specified. */ public final boolean hasGlossaryTerms() { return glossaryTerms != null && !(glossaryTerms instanceof SdkAutoConstructList); } /** *

* The glossary terms of the data product revision. *

*

* Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. *

*

* This method will never return null. If you would like to know whether the service returned this field (so that * you can differentiate between null and empty), you can use the {@link #hasGlossaryTerms} method. *

* * @return The glossary terms of the data product revision. */ public final List glossaryTerms() { return glossaryTerms; } /** *

* The ID of the data product revision. *

* * @return The ID of the data product revision. */ public final String id() { return id; } /** * For responses, this returns true if the service returned a value for the Items property. This DOES NOT check that * the value is non-empty (for which, you should check the {@code isEmpty()} method on the property). This is useful * because the SDK will never return a null collection or map, but you may need to differentiate between the service * returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true * if a value for the property was specified in the request builder, and false if a value was not specified. */ public final boolean hasItems() { return items != null && !(items instanceof SdkAutoConstructList); } /** *

* The data assets of the data product revision. *

*

* Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. *

*

* This method will never return null. If you would like to know whether the service returned this field (so that * you can differentiate between null and empty), you can use the {@link #hasItems} method. *

* * @return The data assets of the data product revision. */ public final List items() { return items; } /** *

* The name of the data product revision. *

* * @return The name of the data product revision. */ public final String name() { return name; } /** *

* The ID of the owning project of the data product revision. *

* * @return The ID of the owning project of the data product revision. */ public final String owningProjectId() { return owningProjectId; } /** *

* The revision of the data product revision. *

* * @return The revision of the data product revision. */ public final String revision() { return revision; } /** *

* The status of the data product revision. *

*

* If the service returns an enum value that is not available in the current SDK version, {@link #status} will * return {@link DataProductStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from * {@link #statusAsString}. *

* * @return The status of the data product revision. * @see DataProductStatus */ public final DataProductStatus status() { return DataProductStatus.fromValue(status); } /** *

* The status of the data product revision. *

*

* If the service returns an enum value that is not available in the current SDK version, {@link #status} will * return {@link DataProductStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from * {@link #statusAsString}. *

* * @return The status of the data product revision. * @see DataProductStatus */ public final String statusAsString() { return status; } @Override public Builder toBuilder() { return new BuilderImpl(this); } public static Builder builder() { return new BuilderImpl(); } public static Class serializableBuilderClass() { return BuilderImpl.class; } @Override public final int hashCode() { int hashCode = 1; hashCode = 31 * hashCode + super.hashCode(); hashCode = 31 * hashCode + Objects.hashCode(createdAt()); hashCode = 31 * hashCode + Objects.hashCode(createdBy()); hashCode = 31 * hashCode + Objects.hashCode(description()); hashCode = 31 * hashCode + Objects.hashCode(domainId()); hashCode = 31 * hashCode + Objects.hashCode(firstRevisionCreatedAt()); hashCode = 31 * hashCode + Objects.hashCode(firstRevisionCreatedBy()); hashCode = 31 * hashCode + Objects.hashCode(hasFormsOutput() ? formsOutput() : null); hashCode = 31 * hashCode + Objects.hashCode(hasGlossaryTerms() ? glossaryTerms() : null); hashCode = 31 * hashCode + Objects.hashCode(id()); hashCode = 31 * hashCode + Objects.hashCode(hasItems() ? items() : null); hashCode = 31 * hashCode + Objects.hashCode(name()); hashCode = 31 * hashCode + Objects.hashCode(owningProjectId()); hashCode = 31 * hashCode + Objects.hashCode(revision()); hashCode = 31 * hashCode + Objects.hashCode(statusAsString()); return hashCode; } @Override public final boolean equals(Object obj) { return super.equals(obj) && equalsBySdkFields(obj); } @Override public final boolean equalsBySdkFields(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!(obj instanceof CreateDataProductRevisionResponse)) { return false; } CreateDataProductRevisionResponse other = (CreateDataProductRevisionResponse) obj; return Objects.equals(createdAt(), other.createdAt()) && Objects.equals(createdBy(), other.createdBy()) && Objects.equals(description(), other.description()) && Objects.equals(domainId(), other.domainId()) && Objects.equals(firstRevisionCreatedAt(), other.firstRevisionCreatedAt()) && Objects.equals(firstRevisionCreatedBy(), other.firstRevisionCreatedBy()) && hasFormsOutput() == other.hasFormsOutput() && Objects.equals(formsOutput(), other.formsOutput()) && hasGlossaryTerms() == other.hasGlossaryTerms() && Objects.equals(glossaryTerms(), other.glossaryTerms()) && Objects.equals(id(), other.id()) && hasItems() == other.hasItems() && Objects.equals(items(), other.items()) && Objects.equals(name(), other.name()) && Objects.equals(owningProjectId(), other.owningProjectId()) && Objects.equals(revision(), other.revision()) && Objects.equals(statusAsString(), other.statusAsString()); } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. */ @Override public final String toString() { return ToString.builder("CreateDataProductRevisionResponse").add("CreatedAt", createdAt()).add("CreatedBy", createdBy()) .add("Description", description() == null ? null : "*** Sensitive Data Redacted ***").add("DomainId", domainId()) .add("FirstRevisionCreatedAt", firstRevisionCreatedAt()).add("FirstRevisionCreatedBy", firstRevisionCreatedBy()) .add("FormsOutput", hasFormsOutput() ? formsOutput() : null) .add("GlossaryTerms", hasGlossaryTerms() ? glossaryTerms() : null).add("Id", id()) .add("Items", hasItems() ? items() : null).add("Name", name() == null ? null : "*** Sensitive Data Redacted ***") .add("OwningProjectId", owningProjectId()).add("Revision", revision()).add("Status", statusAsString()).build(); } public final Optional getValueForField(String fieldName, Class clazz) { switch (fieldName) { case "createdAt": return Optional.ofNullable(clazz.cast(createdAt())); case "createdBy": return Optional.ofNullable(clazz.cast(createdBy())); case "description": return Optional.ofNullable(clazz.cast(description())); case "domainId": return Optional.ofNullable(clazz.cast(domainId())); case "firstRevisionCreatedAt": return Optional.ofNullable(clazz.cast(firstRevisionCreatedAt())); case "firstRevisionCreatedBy": return Optional.ofNullable(clazz.cast(firstRevisionCreatedBy())); case "formsOutput": return Optional.ofNullable(clazz.cast(formsOutput())); case "glossaryTerms": return Optional.ofNullable(clazz.cast(glossaryTerms())); case "id": return Optional.ofNullable(clazz.cast(id())); case "items": return Optional.ofNullable(clazz.cast(items())); case "name": return Optional.ofNullable(clazz.cast(name())); case "owningProjectId": return Optional.ofNullable(clazz.cast(owningProjectId())); case "revision": return Optional.ofNullable(clazz.cast(revision())); case "status": return Optional.ofNullable(clazz.cast(statusAsString())); default: return Optional.empty(); } } @Override public final List> sdkFields() { return SDK_FIELDS; } private static Function getter(Function g) { return obj -> g.apply((CreateDataProductRevisionResponse) obj); } private static BiConsumer setter(BiConsumer s) { return (obj, val) -> s.accept((Builder) obj, val); } public interface Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder { /** *

* The timestamp at which the data product revision is created. *

* * @param createdAt * The timestamp at which the data product revision is created. * @return Returns a reference to this object so that method calls can be chained together. */ Builder createdAt(Instant createdAt); /** *

* The user who created the data product revision. *

* * @param createdBy * The user who created the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder createdBy(String createdBy); /** *

* The description of the data product revision. *

* * @param description * The description of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder description(String description); /** *

* The ID of the domain where data product revision is created. *

* * @param domainId * The ID of the domain where data product revision is created. * @return Returns a reference to this object so that method calls can be chained together. */ Builder domainId(String domainId); /** *

* The timestamp at which the first revision of the data product is created. *

* * @param firstRevisionCreatedAt * The timestamp at which the first revision of the data product is created. * @return Returns a reference to this object so that method calls can be chained together. */ Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt); /** *

* The user who created the first revision of the data product. *

* * @param firstRevisionCreatedBy * The user who created the first revision of the data product. * @return Returns a reference to this object so that method calls can be chained together. */ Builder firstRevisionCreatedBy(String firstRevisionCreatedBy); /** *

* The metadata forms of the data product revision. *

* * @param formsOutput * The metadata forms of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder formsOutput(Collection formsOutput); /** *

* The metadata forms of the data product revision. *

* * @param formsOutput * The metadata forms of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder formsOutput(FormOutput... formsOutput); /** *

* The metadata forms of the data product revision. *

* This is a convenience method that creates an instance of the * {@link software.amazon.awssdk.services.datazone.model.FormOutput.Builder} avoiding the need to create one * manually via {@link software.amazon.awssdk.services.datazone.model.FormOutput#builder()}. * *

* When the {@link Consumer} completes, * {@link software.amazon.awssdk.services.datazone.model.FormOutput.Builder#build()} is called immediately and * its result is passed to {@link #formsOutput(List)}. * * @param formsOutput * a consumer that will call methods on * {@link software.amazon.awssdk.services.datazone.model.FormOutput.Builder} * @return Returns a reference to this object so that method calls can be chained together. * @see #formsOutput(java.util.Collection) */ Builder formsOutput(Consumer... formsOutput); /** *

* The glossary terms of the data product revision. *

* * @param glossaryTerms * The glossary terms of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder glossaryTerms(Collection glossaryTerms); /** *

* The glossary terms of the data product revision. *

* * @param glossaryTerms * The glossary terms of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder glossaryTerms(String... glossaryTerms); /** *

* The ID of the data product revision. *

* * @param id * The ID of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder id(String id); /** *

* The data assets of the data product revision. *

* * @param items * The data assets of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder items(Collection items); /** *

* The data assets of the data product revision. *

* * @param items * The data assets of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder items(DataProductItem... items); /** *

* The data assets of the data product revision. *

* This is a convenience method that creates an instance of the * {@link software.amazon.awssdk.services.datazone.model.DataProductItem.Builder} avoiding the need to create * one manually via {@link software.amazon.awssdk.services.datazone.model.DataProductItem#builder()}. * *

* When the {@link Consumer} completes, * {@link software.amazon.awssdk.services.datazone.model.DataProductItem.Builder#build()} is called immediately * and its result is passed to {@link #items(List)}. * * @param items * a consumer that will call methods on * {@link software.amazon.awssdk.services.datazone.model.DataProductItem.Builder} * @return Returns a reference to this object so that method calls can be chained together. * @see #items(java.util.Collection) */ Builder items(Consumer... items); /** *

* The name of the data product revision. *

* * @param name * The name of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder name(String name); /** *

* The ID of the owning project of the data product revision. *

* * @param owningProjectId * The ID of the owning project of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder owningProjectId(String owningProjectId); /** *

* The revision of the data product revision. *

* * @param revision * The revision of the data product revision. * @return Returns a reference to this object so that method calls can be chained together. */ Builder revision(String revision); /** *

* The status of the data product revision. *

* * @param status * The status of the data product revision. * @see DataProductStatus * @return Returns a reference to this object so that method calls can be chained together. * @see DataProductStatus */ Builder status(String status); /** *

* The status of the data product revision. *

* * @param status * The status of the data product revision. * @see DataProductStatus * @return Returns a reference to this object so that method calls can be chained together. * @see DataProductStatus */ Builder status(DataProductStatus status); } static final class BuilderImpl extends DataZoneResponse.BuilderImpl implements Builder { private Instant createdAt; private String createdBy; private String description; private String domainId; private Instant firstRevisionCreatedAt; private String firstRevisionCreatedBy; private List formsOutput = DefaultSdkAutoConstructList.getInstance(); private List glossaryTerms = DefaultSdkAutoConstructList.getInstance(); private String id; private List items = DefaultSdkAutoConstructList.getInstance(); private String name; private String owningProjectId; private String revision; private String status; private BuilderImpl() { } private BuilderImpl(CreateDataProductRevisionResponse model) { super(model); createdAt(model.createdAt); createdBy(model.createdBy); description(model.description); domainId(model.domainId); firstRevisionCreatedAt(model.firstRevisionCreatedAt); firstRevisionCreatedBy(model.firstRevisionCreatedBy); formsOutput(model.formsOutput); glossaryTerms(model.glossaryTerms); id(model.id); items(model.items); name(model.name); owningProjectId(model.owningProjectId); revision(model.revision); status(model.status); } public final Instant getCreatedAt() { return createdAt; } public final void setCreatedAt(Instant createdAt) { this.createdAt = createdAt; } @Override public final Builder createdAt(Instant createdAt) { this.createdAt = createdAt; return this; } public final String getCreatedBy() { return createdBy; } public final void setCreatedBy(String createdBy) { this.createdBy = createdBy; } @Override public final Builder createdBy(String createdBy) { this.createdBy = createdBy; return this; } public final String getDescription() { return description; } public final void setDescription(String description) { this.description = description; } @Override public final Builder description(String description) { this.description = description; return this; } public final String getDomainId() { return domainId; } public final void setDomainId(String domainId) { this.domainId = domainId; } @Override public final Builder domainId(String domainId) { this.domainId = domainId; return this; } public final Instant getFirstRevisionCreatedAt() { return firstRevisionCreatedAt; } public final void setFirstRevisionCreatedAt(Instant firstRevisionCreatedAt) { this.firstRevisionCreatedAt = firstRevisionCreatedAt; } @Override public final Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt) { this.firstRevisionCreatedAt = firstRevisionCreatedAt; return this; } public final String getFirstRevisionCreatedBy() { return firstRevisionCreatedBy; } public final void setFirstRevisionCreatedBy(String firstRevisionCreatedBy) { this.firstRevisionCreatedBy = firstRevisionCreatedBy; } @Override public final Builder firstRevisionCreatedBy(String firstRevisionCreatedBy) { this.firstRevisionCreatedBy = firstRevisionCreatedBy; return this; } public final List getFormsOutput() { List result = FormOutputListCopier.copyToBuilder(this.formsOutput); if (result instanceof SdkAutoConstructList) { return null; } return result; } public final void setFormsOutput(Collection formsOutput) { this.formsOutput = FormOutputListCopier.copyFromBuilder(formsOutput); } @Override public final Builder formsOutput(Collection formsOutput) { this.formsOutput = FormOutputListCopier.copy(formsOutput); return this; } @Override @SafeVarargs public final Builder formsOutput(FormOutput... formsOutput) { formsOutput(Arrays.asList(formsOutput)); return this; } @Override @SafeVarargs public final Builder formsOutput(Consumer... formsOutput) { formsOutput(Stream.of(formsOutput).map(c -> FormOutput.builder().applyMutation(c).build()) .collect(Collectors.toList())); return this; } public final Collection getGlossaryTerms() { if (glossaryTerms instanceof SdkAutoConstructList) { return null; } return glossaryTerms; } public final void setGlossaryTerms(Collection glossaryTerms) { this.glossaryTerms = GlossaryTermsCopier.copy(glossaryTerms); } @Override public final Builder glossaryTerms(Collection glossaryTerms) { this.glossaryTerms = GlossaryTermsCopier.copy(glossaryTerms); return this; } @Override @SafeVarargs public final Builder glossaryTerms(String... glossaryTerms) { glossaryTerms(Arrays.asList(glossaryTerms)); return this; } public final String getId() { return id; } public final void setId(String id) { this.id = id; } @Override public final Builder id(String id) { this.id = id; return this; } public final List getItems() { List result = DataProductItemsCopier.copyToBuilder(this.items); if (result instanceof SdkAutoConstructList) { return null; } return result; } public final void setItems(Collection items) { this.items = DataProductItemsCopier.copyFromBuilder(items); } @Override public final Builder items(Collection items) { this.items = DataProductItemsCopier.copy(items); return this; } @Override @SafeVarargs public final Builder items(DataProductItem... items) { items(Arrays.asList(items)); return this; } @Override @SafeVarargs public final Builder items(Consumer... items) { items(Stream.of(items).map(c -> DataProductItem.builder().applyMutation(c).build()).collect(Collectors.toList())); return this; } public final String getName() { return name; } public final void setName(String name) { this.name = name; } @Override public final Builder name(String name) { this.name = name; return this; } public final String getOwningProjectId() { return owningProjectId; } public final void setOwningProjectId(String owningProjectId) { this.owningProjectId = owningProjectId; } @Override public final Builder owningProjectId(String owningProjectId) { this.owningProjectId = owningProjectId; return this; } public final String getRevision() { return revision; } public final void setRevision(String revision) { this.revision = revision; } @Override public final Builder revision(String revision) { this.revision = revision; return this; } public final String getStatus() { return status; } public final void setStatus(String status) { this.status = status; } @Override public final Builder status(String status) { this.status = status; return this; } @Override public final Builder status(DataProductStatus status) { this.status(status == null ? null : status.toString()); return this; } @Override public CreateDataProductRevisionResponse build() { return new CreateDataProductRevisionResponse(this); } @Override public List> sdkFields() { return SDK_FIELDS; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy