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

software.amazon.awssdk.services.cleanrooms.model.CreateConfiguredAudienceModelAssociationRequest Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.30.1
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.cleanrooms.model;

import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.function.BiConsumer;
import java.util.function.Consumer;
import java.util.function.Function;
import software.amazon.awssdk.annotations.Generated;
import software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration;
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.LocationTrait;
import software.amazon.awssdk.core.traits.MapTrait;
import software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap;
import software.amazon.awssdk.core.util.SdkAutoConstructMap;
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 CreateConfiguredAudienceModelAssociationRequest extends CleanRoomsRequest
        implements
        ToCopyableBuilder {
    private static final SdkField MEMBERSHIP_IDENTIFIER_FIELD = SdkField. builder(MarshallingType.STRING)
            .memberName("membershipIdentifier")
            .getter(getter(CreateConfiguredAudienceModelAssociationRequest::membershipIdentifier))
            .setter(setter(Builder::membershipIdentifier))
            .traits(LocationTrait.builder().location(MarshallLocation.PATH).locationName("membershipIdentifier").build()).build();

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

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

    private static final SdkField MANAGE_RESOURCE_POLICIES_FIELD = SdkField. builder(MarshallingType.BOOLEAN)
            .memberName("manageResourcePolicies")
            .getter(getter(CreateConfiguredAudienceModelAssociationRequest::manageResourcePolicies))
            .setter(setter(Builder::manageResourcePolicies))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("manageResourcePolicies").build())
            .build();

    private static final SdkField> TAGS_FIELD = SdkField
            .> builder(MarshallingType.MAP)
            .memberName("tags")
            .getter(getter(CreateConfiguredAudienceModelAssociationRequest::tags))
            .setter(setter(Builder::tags))
            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("tags").build(),
                    MapTrait.builder()
                            .keyLocationName("key")
                            .valueLocationName("value")
                            .valueFieldInfo(
                                    SdkField. builder(MarshallingType.STRING)
                                            .traits(LocationTrait.builder().location(MarshallLocation.PAYLOAD)
                                                    .locationName("value").build()).build()).build()).build();

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

    private static final List> SDK_FIELDS = Collections.unmodifiableList(Arrays.asList(MEMBERSHIP_IDENTIFIER_FIELD,
            CONFIGURED_AUDIENCE_MODEL_ARN_FIELD, CONFIGURED_AUDIENCE_MODEL_ASSOCIATION_NAME_FIELD,
            MANAGE_RESOURCE_POLICIES_FIELD, TAGS_FIELD, DESCRIPTION_FIELD));

    private final String membershipIdentifier;

    private final String configuredAudienceModelArn;

    private final String configuredAudienceModelAssociationName;

    private final Boolean manageResourcePolicies;

    private final Map tags;

    private final String description;

    private CreateConfiguredAudienceModelAssociationRequest(BuilderImpl builder) {
        super(builder);
        this.membershipIdentifier = builder.membershipIdentifier;
        this.configuredAudienceModelArn = builder.configuredAudienceModelArn;
        this.configuredAudienceModelAssociationName = builder.configuredAudienceModelAssociationName;
        this.manageResourcePolicies = builder.manageResourcePolicies;
        this.tags = builder.tags;
        this.description = builder.description;
    }

    /**
     * 

* A unique identifier for one of your memberships for a collaboration. The configured audience model is associated * to the collaboration that this membership belongs to. Accepts a membership ID. *

* * @return A unique identifier for one of your memberships for a collaboration. The configured audience model is * associated to the collaboration that this membership belongs to. Accepts a membership ID. */ public final String membershipIdentifier() { return membershipIdentifier; } /** *

* A unique identifier for the configured audience model that you want to associate. *

* * @return A unique identifier for the configured audience model that you want to associate. */ public final String configuredAudienceModelArn() { return configuredAudienceModelArn; } /** *

* The name of the configured audience model association. *

* * @return The name of the configured audience model association. */ public final String configuredAudienceModelAssociationName() { return configuredAudienceModelAssociationName; } /** *

* When TRUE, indicates that the resource policy for the configured audience model resource being * associated is configured for Clean Rooms to manage permissions related to the given collaboration. When * FALSE, indicates that the configured audience model resource owner will manage permissions related * to the given collaboration. *

*

* Setting this to TRUE requires you to have permissions to create, update, and delete the resource * policy for the cleanrooms-ml resource when you call the * DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration creator and * specify TRUE, you must have the same permissions when you call the DeleteMember and * DeleteCollaboration APIs. *

* * @return When TRUE, indicates that the resource policy for the configured audience model resource * being associated is configured for Clean Rooms to manage permissions related to the given collaboration. * When FALSE, indicates that the configured audience model resource owner will manage * permissions related to the given collaboration.

*

* Setting this to TRUE requires you to have permissions to create, update, and delete the * resource policy for the cleanrooms-ml resource when you call the * DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration * creator and specify TRUE, you must have the same permissions when you call the * DeleteMember and DeleteCollaboration APIs. */ public final Boolean manageResourcePolicies() { return manageResourcePolicies; } /** * For responses, this returns true if the service returned a value for the Tags 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 hasTags() { return tags != null && !(tags instanceof SdkAutoConstructMap); } /** *

* An optional label that you can assign to a resource when you create it. Each tag consists of a key and an * optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM * policies to control access to this resource. *

*

* 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 #hasTags} method. *

* * @return An optional label that you can assign to a resource when you create it. Each tag consists of a key and an * optional value, both of which you define. When you use tagging, you can also use tag-based access control * in IAM policies to control access to this resource. */ public final Map tags() { return tags; } /** *

* A description of the configured audience model association. *

* * @return A description of the configured audience model association. */ public final String description() { return description; } @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(membershipIdentifier()); hashCode = 31 * hashCode + Objects.hashCode(configuredAudienceModelArn()); hashCode = 31 * hashCode + Objects.hashCode(configuredAudienceModelAssociationName()); hashCode = 31 * hashCode + Objects.hashCode(manageResourcePolicies()); hashCode = 31 * hashCode + Objects.hashCode(hasTags() ? tags() : null); hashCode = 31 * hashCode + Objects.hashCode(description()); 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 CreateConfiguredAudienceModelAssociationRequest)) { return false; } CreateConfiguredAudienceModelAssociationRequest other = (CreateConfiguredAudienceModelAssociationRequest) obj; return Objects.equals(membershipIdentifier(), other.membershipIdentifier()) && Objects.equals(configuredAudienceModelArn(), other.configuredAudienceModelArn()) && Objects.equals(configuredAudienceModelAssociationName(), other.configuredAudienceModelAssociationName()) && Objects.equals(manageResourcePolicies(), other.manageResourcePolicies()) && hasTags() == other.hasTags() && Objects.equals(tags(), other.tags()) && Objects.equals(description(), other.description()); } /** * 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("CreateConfiguredAudienceModelAssociationRequest") .add("MembershipIdentifier", membershipIdentifier()) .add("ConfiguredAudienceModelArn", configuredAudienceModelArn()) .add("ConfiguredAudienceModelAssociationName", configuredAudienceModelAssociationName()) .add("ManageResourcePolicies", manageResourcePolicies()).add("Tags", hasTags() ? tags() : null) .add("Description", description()).build(); } public final Optional getValueForField(String fieldName, Class clazz) { switch (fieldName) { case "membershipIdentifier": return Optional.ofNullable(clazz.cast(membershipIdentifier())); case "configuredAudienceModelArn": return Optional.ofNullable(clazz.cast(configuredAudienceModelArn())); case "configuredAudienceModelAssociationName": return Optional.ofNullable(clazz.cast(configuredAudienceModelAssociationName())); case "manageResourcePolicies": return Optional.ofNullable(clazz.cast(manageResourcePolicies())); case "tags": return Optional.ofNullable(clazz.cast(tags())); case "description": return Optional.ofNullable(clazz.cast(description())); default: return Optional.empty(); } } @Override public final List> sdkFields() { return SDK_FIELDS; } private static Function getter(Function g) { return obj -> g.apply((CreateConfiguredAudienceModelAssociationRequest) obj); } private static BiConsumer setter(BiConsumer s) { return (obj, val) -> s.accept((Builder) obj, val); } public interface Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder { /** *

* A unique identifier for one of your memberships for a collaboration. The configured audience model is * associated to the collaboration that this membership belongs to. Accepts a membership ID. *

* * @param membershipIdentifier * A unique identifier for one of your memberships for a collaboration. The configured audience model is * associated to the collaboration that this membership belongs to. Accepts a membership ID. * @return Returns a reference to this object so that method calls can be chained together. */ Builder membershipIdentifier(String membershipIdentifier); /** *

* A unique identifier for the configured audience model that you want to associate. *

* * @param configuredAudienceModelArn * A unique identifier for the configured audience model that you want to associate. * @return Returns a reference to this object so that method calls can be chained together. */ Builder configuredAudienceModelArn(String configuredAudienceModelArn); /** *

* The name of the configured audience model association. *

* * @param configuredAudienceModelAssociationName * The name of the configured audience model association. * @return Returns a reference to this object so that method calls can be chained together. */ Builder configuredAudienceModelAssociationName(String configuredAudienceModelAssociationName); /** *

* When TRUE, indicates that the resource policy for the configured audience model resource being * associated is configured for Clean Rooms to manage permissions related to the given collaboration. When * FALSE, indicates that the configured audience model resource owner will manage permissions * related to the given collaboration. *

*

* Setting this to TRUE requires you to have permissions to create, update, and delete the resource * policy for the cleanrooms-ml resource when you call the * DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration creator * and specify TRUE, you must have the same permissions when you call the DeleteMember and * DeleteCollaboration APIs. *

* * @param manageResourcePolicies * When TRUE, indicates that the resource policy for the configured audience model resource * being associated is configured for Clean Rooms to manage permissions related to the given * collaboration. When FALSE, indicates that the configured audience model resource owner * will manage permissions related to the given collaboration.

*

* Setting this to TRUE requires you to have permissions to create, update, and delete the * resource policy for the cleanrooms-ml resource when you call the * DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration * creator and specify TRUE, you must have the same permissions when you call the * DeleteMember and DeleteCollaboration APIs. * @return Returns a reference to this object so that method calls can be chained together. */ Builder manageResourcePolicies(Boolean manageResourcePolicies); /** *

* An optional label that you can assign to a resource when you create it. Each tag consists of a key and an * optional value, both of which you define. When you use tagging, you can also use tag-based access control in * IAM policies to control access to this resource. *

* * @param tags * An optional label that you can assign to a resource when you create it. Each tag consists of a key and * an optional value, both of which you define. When you use tagging, you can also use tag-based access * control in IAM policies to control access to this resource. * @return Returns a reference to this object so that method calls can be chained together. */ Builder tags(Map tags); /** *

* A description of the configured audience model association. *

* * @param description * A description of the configured audience model association. * @return Returns a reference to this object so that method calls can be chained together. */ Builder description(String description); @Override Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration); @Override Builder overrideConfiguration(Consumer builderConsumer); } static final class BuilderImpl extends CleanRoomsRequest.BuilderImpl implements Builder { private String membershipIdentifier; private String configuredAudienceModelArn; private String configuredAudienceModelAssociationName; private Boolean manageResourcePolicies; private Map tags = DefaultSdkAutoConstructMap.getInstance(); private String description; private BuilderImpl() { } private BuilderImpl(CreateConfiguredAudienceModelAssociationRequest model) { super(model); membershipIdentifier(model.membershipIdentifier); configuredAudienceModelArn(model.configuredAudienceModelArn); configuredAudienceModelAssociationName(model.configuredAudienceModelAssociationName); manageResourcePolicies(model.manageResourcePolicies); tags(model.tags); description(model.description); } public final String getMembershipIdentifier() { return membershipIdentifier; } public final void setMembershipIdentifier(String membershipIdentifier) { this.membershipIdentifier = membershipIdentifier; } @Override public final Builder membershipIdentifier(String membershipIdentifier) { this.membershipIdentifier = membershipIdentifier; return this; } public final String getConfiguredAudienceModelArn() { return configuredAudienceModelArn; } public final void setConfiguredAudienceModelArn(String configuredAudienceModelArn) { this.configuredAudienceModelArn = configuredAudienceModelArn; } @Override public final Builder configuredAudienceModelArn(String configuredAudienceModelArn) { this.configuredAudienceModelArn = configuredAudienceModelArn; return this; } public final String getConfiguredAudienceModelAssociationName() { return configuredAudienceModelAssociationName; } public final void setConfiguredAudienceModelAssociationName(String configuredAudienceModelAssociationName) { this.configuredAudienceModelAssociationName = configuredAudienceModelAssociationName; } @Override public final Builder configuredAudienceModelAssociationName(String configuredAudienceModelAssociationName) { this.configuredAudienceModelAssociationName = configuredAudienceModelAssociationName; return this; } public final Boolean getManageResourcePolicies() { return manageResourcePolicies; } public final void setManageResourcePolicies(Boolean manageResourcePolicies) { this.manageResourcePolicies = manageResourcePolicies; } @Override public final Builder manageResourcePolicies(Boolean manageResourcePolicies) { this.manageResourcePolicies = manageResourcePolicies; return this; } public final Map getTags() { if (tags instanceof SdkAutoConstructMap) { return null; } return tags; } public final void setTags(Map tags) { this.tags = TagMapCopier.copy(tags); } @Override public final Builder tags(Map tags) { this.tags = TagMapCopier.copy(tags); 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; } @Override public Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) { super.overrideConfiguration(overrideConfiguration); return this; } @Override public Builder overrideConfiguration(Consumer builderConsumer) { super.overrideConfiguration(builderConsumer); return this; } @Override public CreateConfiguredAudienceModelAssociationRequest build() { return new CreateConfiguredAudienceModelAssociationRequest(this); } @Override public List> sdkFields() { return SDK_FIELDS; } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy