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
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
75 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
127 bool m_idHasBeenSet =
false;
129 long long m_lastModifiedDate;
130 bool m_lastModifiedDateHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
136 bool m_securityGroupIdsHasBeenSet =
false;
139 bool m_statusHasBeenSet =
false;
142 bool m_subnetIdsHasBeenSet =
false;
void SetName(Aws::String &&value)
UpdateVpcEndpointDetail & WithName(Aws::String &&value)
UpdateVpcEndpointDetail & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
long long GetLastModifiedDate() const
UpdateVpcEndpointDetail & AddSubnetIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
UpdateVpcEndpointDetail & AddSecurityGroupIds(const char *value)
void SetStatus(VpcEndpointStatus &&value)
void SetId(Aws::String &&value)
const Aws::String & GetName() const
bool SubnetIdsHasBeenSet() const
UpdateVpcEndpointDetail & WithLastModifiedDate(long long value)
AWS_OPENSEARCHSERVERLESS_API UpdateVpcEndpointDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVERLESS_API UpdateVpcEndpointDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateVpcEndpointDetail & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
bool StatusHasBeenSet() const
bool IdHasBeenSet() const
bool LastModifiedDateHasBeenSet() const
UpdateVpcEndpointDetail & AddSubnetIds(const char *value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
UpdateVpcEndpointDetail & AddSecurityGroupIds(const Aws::String &value)
UpdateVpcEndpointDetail & WithStatus(const VpcEndpointStatus &value)
UpdateVpcEndpointDetail & WithId(const char *value)
void SetName(const char *value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
UpdateVpcEndpointDetail & AddSubnetIds(Aws::String &&value)
void SetLastModifiedDate(long long value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
bool NameHasBeenSet() const
UpdateVpcEndpointDetail & WithId(Aws::String &&value)
UpdateVpcEndpointDetail & WithStatus(VpcEndpointStatus &&value)
const Aws::String & GetId() const
const VpcEndpointStatus & GetStatus() const
UpdateVpcEndpointDetail & WithName(const char *value)
AWS_OPENSEARCHSERVERLESS_API UpdateVpcEndpointDetail()
UpdateVpcEndpointDetail & WithName(const Aws::String &value)
bool SecurityGroupIdsHasBeenSet() const
UpdateVpcEndpointDetail & WithSubnetIds(const Aws::Vector< Aws::String > &value)
void SetStatus(const VpcEndpointStatus &value)
UpdateVpcEndpointDetail & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetId(const char *value)
void SetId(const Aws::String &value)
UpdateVpcEndpointDetail & AddSecurityGroupIds(Aws::String &&value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetName(const Aws::String &value)
UpdateVpcEndpointDetail & WithId(const Aws::String &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