7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opensearchserverless/model/VpcEndpointStatus.h>
23namespace OpenSearchServerless
49 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
61 inline void SetFailureCode(
const char* value) { m_failureCodeHasBeenSet =
true; m_failureCode.assign(value); }
75 inline void SetFailureMessage(
const char* value) { m_failureMessageHasBeenSet =
true; m_failureMessage.assign(value); }
88 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
89 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
161 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
168 long long m_createdDate;
169 bool m_createdDateHasBeenSet =
false;
172 bool m_failureCodeHasBeenSet =
false;
175 bool m_failureMessageHasBeenSet =
false;
178 bool m_idHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_securityGroupIdsHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
190 bool m_subnetIdsHasBeenSet =
false;
193 bool m_vpcIdHasBeenSet =
false;
bool SecurityGroupIdsHasBeenSet() const
VpcEndpointDetail & WithVpcId(const Aws::String &value)
bool FailureMessageHasBeenSet() const
void SetFailureMessage(Aws::String &&value)
VpcEndpointDetail & AddSubnetIds(Aws::String &&value)
const Aws::String & GetId() const
VpcEndpointDetail & WithFailureCode(const char *value)
VpcEndpointDetail & WithStatus(VpcEndpointStatus &&value)
void SetVpcId(const Aws::String &value)
VpcEndpointDetail & WithName(const Aws::String &value)
VpcEndpointDetail & WithVpcId(Aws::String &&value)
void SetName(const Aws::String &value)
AWS_OPENSEARCHSERVERLESS_API VpcEndpointDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVpcId() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VpcEndpointDetail & WithVpcId(const char *value)
VpcEndpointDetail & WithId(Aws::String &&value)
VpcEndpointDetail & WithFailureMessage(const char *value)
void SetName(const char *value)
VpcEndpointDetail & WithFailureMessage(const Aws::String &value)
bool FailureCodeHasBeenSet() const
VpcEndpointDetail & AddSubnetIds(const Aws::String &value)
VpcEndpointDetail & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
long long GetCreatedDate() const
void SetFailureMessage(const char *value)
void SetCreatedDate(long long value)
const Aws::String & GetFailureCode() const
AWS_OPENSEARCHSERVERLESS_API VpcEndpointDetail()
bool IdHasBeenSet() const
VpcEndpointDetail & AddSecurityGroupIds(const char *value)
VpcEndpointDetail & AddSecurityGroupIds(const Aws::String &value)
bool VpcIdHasBeenSet() const
const Aws::String & GetName() const
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
VpcEndpointDetail & WithId(const Aws::String &value)
VpcEndpointDetail & WithSubnetIds(const Aws::Vector< Aws::String > &value)
VpcEndpointDetail & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetId(const char *value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetVpcId(Aws::String &&value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
VpcEndpointDetail & WithFailureCode(const Aws::String &value)
VpcEndpointDetail & AddSubnetIds(const char *value)
AWS_OPENSEARCHSERVERLESS_API VpcEndpointDetail(Aws::Utils::Json::JsonView jsonValue)
void SetFailureCode(const Aws::String &value)
VpcEndpointDetail & WithFailureMessage(Aws::String &&value)
VpcEndpointDetail & WithName(Aws::String &&value)
VpcEndpointDetail & WithName(const char *value)
bool CreatedDateHasBeenSet() const
VpcEndpointDetail & WithFailureCode(Aws::String &&value)
void SetStatus(VpcEndpointStatus &&value)
bool SubnetIdsHasBeenSet() const
VpcEndpointDetail & WithId(const char *value)
const Aws::String & GetFailureMessage() const
void SetFailureMessage(const Aws::String &value)
bool NameHasBeenSet() const
void SetId(const Aws::String &value)
void SetName(Aws::String &&value)
bool StatusHasBeenSet() const
void SetVpcId(const char *value)
VpcEndpointDetail & AddSecurityGroupIds(Aws::String &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFailureCode(const char *value)
VpcEndpointDetail & WithStatus(const VpcEndpointStatus &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const VpcEndpointStatus & GetStatus() const
VpcEndpointDetail & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetStatus(const VpcEndpointStatus &value)
void SetId(Aws::String &&value)
void SetFailureCode(Aws::String &&value)
VpcEndpointDetail & WithCreatedDate(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue