7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/VpcConnectorStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename VpcConnectorNameT = Aws::String>
50 m_vpcConnectorNameHasBeenSet =
true;
51 m_vpcConnectorName = std::forward<VpcConnectorNameT>(value);
53 template <
typename VpcConnectorNameT = Aws::String>
66 template <
typename VpcConnectorArnT = Aws::String>
68 m_vpcConnectorArnHasBeenSet =
true;
69 m_vpcConnectorArn = std::forward<VpcConnectorArnT>(value);
71 template <
typename VpcConnectorArnT = Aws::String>
88 m_vpcConnectorRevisionHasBeenSet =
true;
89 m_vpcConnectorRevision = value;
104 template <
typename SubnetsT = Aws::Vector<Aws::String>>
106 m_subnetsHasBeenSet =
true;
107 m_subnets = std::forward<SubnetsT>(value);
109 template <
typename SubnetsT = Aws::Vector<Aws::String>>
114 template <
typename SubnetsT = Aws::String>
116 m_subnetsHasBeenSet =
true;
117 m_subnets.emplace_back(std::forward<SubnetsT>(value));
131 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
133 m_securityGroupsHasBeenSet =
true;
134 m_securityGroups = std::forward<SecurityGroupsT>(value);
136 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
141 template <
typename SecurityGroupsT = Aws::String>
143 m_securityGroupsHasBeenSet =
true;
144 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
158 m_statusHasBeenSet =
true;
174 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 m_createdAtHasBeenSet =
true;
177 m_createdAt = std::forward<CreatedAtT>(value);
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
193 template <
typename DeletedAtT = Aws::Utils::DateTime>
195 m_deletedAtHasBeenSet =
true;
196 m_deletedAt = std::forward<DeletedAtT>(value);
198 template <
typename DeletedAtT = Aws::Utils::DateTime>
209 int m_vpcConnectorRevision{0};
220 bool m_vpcConnectorNameHasBeenSet =
false;
221 bool m_vpcConnectorArnHasBeenSet =
false;
222 bool m_vpcConnectorRevisionHasBeenSet =
false;
223 bool m_subnetsHasBeenSet =
false;
224 bool m_securityGroupsHasBeenSet =
false;
225 bool m_statusHasBeenSet =
false;
226 bool m_createdAtHasBeenSet =
false;
227 bool m_deletedAtHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetSubnets(SubnetsT &&value)
void SetVpcConnectorRevision(int value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetVpcConnectorArn() const
void SetVpcConnectorArn(VpcConnectorArnT &&value)
void SetVpcConnectorName(VpcConnectorNameT &&value)
VpcConnector & AddSecurityGroups(SecurityGroupsT &&value)
bool DeletedAtHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroups() const
const Aws::Utils::DateTime & GetDeletedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnets() const
VpcConnector & WithVpcConnectorRevision(int value)
bool VpcConnectorNameHasBeenSet() const
VpcConnector & WithVpcConnectorArn(VpcConnectorArnT &&value)
void SetSecurityGroups(SecurityGroupsT &&value)
bool SecurityGroupsHasBeenSet() const
int GetVpcConnectorRevision() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(VpcConnectorStatus value)
void SetDeletedAt(DeletedAtT &&value)
VpcConnector & WithStatus(VpcConnectorStatus value)
VpcConnectorStatus GetStatus() const
AWS_APPRUNNER_API VpcConnector()=default
VpcConnector & WithCreatedAt(CreatedAtT &&value)
AWS_APPRUNNER_API VpcConnector(Aws::Utils::Json::JsonView jsonValue)
AWS_APPRUNNER_API VpcConnector & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VpcConnectorRevisionHasBeenSet() const
bool VpcConnectorArnHasBeenSet() const
bool SubnetsHasBeenSet() const
VpcConnector & WithSubnets(SubnetsT &&value)
VpcConnector & AddSubnets(SubnetsT &&value)
VpcConnector & WithVpcConnectorName(VpcConnectorNameT &&value)
VpcConnector & WithDeletedAt(DeletedAtT &&value)
const Aws::String & GetVpcConnectorName() const
VpcConnector & WithSecurityGroups(SecurityGroupsT &&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