/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The VPC connection object.See Also:
* AWS
* API Reference
The ARN that identifies the Vpc Connection.
*/ inline const Aws::String& GetVpcConnectionArn() const{ return m_vpcConnectionArn; } /** *The ARN that identifies the Vpc Connection.
*/ inline bool VpcConnectionArnHasBeenSet() const { return m_vpcConnectionArnHasBeenSet; } /** *The ARN that identifies the Vpc Connection.
*/ inline void SetVpcConnectionArn(const Aws::String& value) { m_vpcConnectionArnHasBeenSet = true; m_vpcConnectionArn = value; } /** *The ARN that identifies the Vpc Connection.
*/ inline void SetVpcConnectionArn(Aws::String&& value) { m_vpcConnectionArnHasBeenSet = true; m_vpcConnectionArn = std::move(value); } /** *The ARN that identifies the Vpc Connection.
*/ inline void SetVpcConnectionArn(const char* value) { m_vpcConnectionArnHasBeenSet = true; m_vpcConnectionArn.assign(value); } /** *The ARN that identifies the Vpc Connection.
*/ inline VpcConnection& WithVpcConnectionArn(const Aws::String& value) { SetVpcConnectionArn(value); return *this;} /** *The ARN that identifies the Vpc Connection.
*/ inline VpcConnection& WithVpcConnectionArn(Aws::String&& value) { SetVpcConnectionArn(std::move(value)); return *this;} /** *The ARN that identifies the Vpc Connection.
*/ inline VpcConnection& WithVpcConnectionArn(const char* value) { SetVpcConnectionArn(value); return *this;} /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline const Aws::String& GetTargetClusterArn() const{ return m_targetClusterArn; } /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline bool TargetClusterArnHasBeenSet() const { return m_targetClusterArnHasBeenSet; } /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline void SetTargetClusterArn(const Aws::String& value) { m_targetClusterArnHasBeenSet = true; m_targetClusterArn = value; } /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline void SetTargetClusterArn(Aws::String&& value) { m_targetClusterArnHasBeenSet = true; m_targetClusterArn = std::move(value); } /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline void SetTargetClusterArn(const char* value) { m_targetClusterArnHasBeenSet = true; m_targetClusterArn.assign(value); } /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline VpcConnection& WithTargetClusterArn(const Aws::String& value) { SetTargetClusterArn(value); return *this;} /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline VpcConnection& WithTargetClusterArn(Aws::String&& value) { SetTargetClusterArn(std::move(value)); return *this;} /** *The ARN that identifies the Cluster which the Vpc Connection * belongs to.
*/ inline VpcConnection& WithTargetClusterArn(const char* value) { SetTargetClusterArn(value); return *this;} /** *Creation time of the Vpc Connection.
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *Creation time of the Vpc Connection.
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *Creation time of the Vpc Connection.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *Creation time of the Vpc Connection.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *Creation time of the Vpc Connection.
*/ inline VpcConnection& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *Creation time of the Vpc Connection.
*/ inline VpcConnection& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *Information about the auth scheme of Vpc Connection.
* */ inline const Aws::String& GetAuthentication() const{ return m_authentication; } /** *Information about the auth scheme of Vpc Connection.
* */ inline bool AuthenticationHasBeenSet() const { return m_authenticationHasBeenSet; } /** *Information about the auth scheme of Vpc Connection.
* */ inline void SetAuthentication(const Aws::String& value) { m_authenticationHasBeenSet = true; m_authentication = value; } /** *Information about the auth scheme of Vpc Connection.
* */ inline void SetAuthentication(Aws::String&& value) { m_authenticationHasBeenSet = true; m_authentication = std::move(value); } /** *Information about the auth scheme of Vpc Connection.
* */ inline void SetAuthentication(const char* value) { m_authenticationHasBeenSet = true; m_authentication.assign(value); } /** *Information about the auth scheme of Vpc Connection.
* */ inline VpcConnection& WithAuthentication(const Aws::String& value) { SetAuthentication(value); return *this;} /** *Information about the auth scheme of Vpc Connection.
* */ inline VpcConnection& WithAuthentication(Aws::String&& value) { SetAuthentication(std::move(value)); return *this;} /** *Information about the auth scheme of Vpc Connection.
* */ inline VpcConnection& WithAuthentication(const char* value) { SetAuthentication(value); return *this;} /** *The vpcId that belongs to the Vpc Connection.
*/ inline const Aws::String& GetVpcId() const{ return m_vpcId; } /** *The vpcId that belongs to the Vpc Connection.
*/ inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; } /** *The vpcId that belongs to the Vpc Connection.
*/ inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } /** *The vpcId that belongs to the Vpc Connection.
*/ inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } /** *The vpcId that belongs to the Vpc Connection.
*/ inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } /** *The vpcId that belongs to the Vpc Connection.
*/ inline VpcConnection& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} /** *The vpcId that belongs to the Vpc Connection.
*/ inline VpcConnection& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} /** *The vpcId that belongs to the Vpc Connection.
*/ inline VpcConnection& WithVpcId(const char* value) { SetVpcId(value); return *this;} /** *State of the Vpc Connection.
*/ inline const VpcConnectionState& GetState() const{ return m_state; } /** *State of the Vpc Connection.
*/ inline bool StateHasBeenSet() const { return m_stateHasBeenSet; } /** *State of the Vpc Connection.
*/ inline void SetState(const VpcConnectionState& value) { m_stateHasBeenSet = true; m_state = value; } /** *State of the Vpc Connection.
*/ inline void SetState(VpcConnectionState&& value) { m_stateHasBeenSet = true; m_state = std::move(value); } /** *State of the Vpc Connection.
*/ inline VpcConnection& WithState(const VpcConnectionState& value) { SetState(value); return *this;} /** *State of the Vpc Connection.
*/ inline VpcConnection& WithState(VpcConnectionState&& value) { SetState(std::move(value)); return *this;} private: Aws::String m_vpcConnectionArn; bool m_vpcConnectionArnHasBeenSet = false; Aws::String m_targetClusterArn; bool m_targetClusterArnHasBeenSet = false; Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; Aws::String m_authentication; bool m_authenticationHasBeenSet = false; Aws::String m_vpcId; bool m_vpcIdHasBeenSet = false; VpcConnectionState m_state; bool m_stateHasBeenSet = false; }; } // namespace Model } // namespace Kafka } // namespace Aws