/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace CleanRooms { namespace Model { /** */ class UpdateConfiguredTableAssociationRequest : public CleanRoomsRequest { public: AWS_CLEANROOMS_API UpdateConfiguredTableAssociationRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "UpdateConfiguredTableAssociation"; } AWS_CLEANROOMS_API Aws::String SerializePayload() const override; /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline const Aws::String& GetConfiguredTableAssociationIdentifier() const{ return m_configuredTableAssociationIdentifier; } /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline bool ConfiguredTableAssociationIdentifierHasBeenSet() const { return m_configuredTableAssociationIdentifierHasBeenSet; } /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline void SetConfiguredTableAssociationIdentifier(const Aws::String& value) { m_configuredTableAssociationIdentifierHasBeenSet = true; m_configuredTableAssociationIdentifier = value; } /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline void SetConfiguredTableAssociationIdentifier(Aws::String&& value) { m_configuredTableAssociationIdentifierHasBeenSet = true; m_configuredTableAssociationIdentifier = std::move(value); } /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline void SetConfiguredTableAssociationIdentifier(const char* value) { m_configuredTableAssociationIdentifierHasBeenSet = true; m_configuredTableAssociationIdentifier.assign(value); } /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline UpdateConfiguredTableAssociationRequest& WithConfiguredTableAssociationIdentifier(const Aws::String& value) { SetConfiguredTableAssociationIdentifier(value); return *this;} /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline UpdateConfiguredTableAssociationRequest& WithConfiguredTableAssociationIdentifier(Aws::String&& value) { SetConfiguredTableAssociationIdentifier(std::move(value)); return *this;} /** *

The unique identifier for the configured table association to update. * Currently accepts the configured table association ID.

*/ inline UpdateConfiguredTableAssociationRequest& WithConfiguredTableAssociationIdentifier(const char* value) { SetConfiguredTableAssociationIdentifier(value); return *this;} /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline const Aws::String& GetMembershipIdentifier() const{ return m_membershipIdentifier; } /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline bool MembershipIdentifierHasBeenSet() const { return m_membershipIdentifierHasBeenSet; } /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline void SetMembershipIdentifier(const Aws::String& value) { m_membershipIdentifierHasBeenSet = true; m_membershipIdentifier = value; } /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline void SetMembershipIdentifier(Aws::String&& value) { m_membershipIdentifierHasBeenSet = true; m_membershipIdentifier = std::move(value); } /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline void SetMembershipIdentifier(const char* value) { m_membershipIdentifierHasBeenSet = true; m_membershipIdentifier.assign(value); } /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline UpdateConfiguredTableAssociationRequest& WithMembershipIdentifier(const Aws::String& value) { SetMembershipIdentifier(value); return *this;} /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline UpdateConfiguredTableAssociationRequest& WithMembershipIdentifier(Aws::String&& value) { SetMembershipIdentifier(std::move(value)); return *this;} /** *

The unique ID for the membership that the configured table association * belongs to.

*/ inline UpdateConfiguredTableAssociationRequest& WithMembershipIdentifier(const char* value) { SetMembershipIdentifier(value); return *this;} /** *

A new description for the configured table association.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

A new description for the configured table association.

*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *

A new description for the configured table association.

*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *

A new description for the configured table association.

*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *

A new description for the configured table association.

*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *

A new description for the configured table association.

*/ inline UpdateConfiguredTableAssociationRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

A new description for the configured table association.

*/ inline UpdateConfiguredTableAssociationRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

A new description for the configured table association.

*/ inline UpdateConfiguredTableAssociationRequest& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; } /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; } /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); } /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); } /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline UpdateConfiguredTableAssociationRequest& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline UpdateConfiguredTableAssociationRequest& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *

The service will assume this role to access catalog metadata and query the * table.

*/ inline UpdateConfiguredTableAssociationRequest& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} private: Aws::String m_configuredTableAssociationIdentifier; bool m_configuredTableAssociationIdentifierHasBeenSet = false; Aws::String m_membershipIdentifier; bool m_membershipIdentifierHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::String m_roleArn; bool m_roleArnHasBeenSet = false; }; } // namespace Model } // namespace CleanRooms } // namespace Aws