7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
20namespace GroundStation {
42 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
44 m_subnetIdsHasBeenSet =
true;
45 m_subnetIds = std::forward<SubnetIdsT>(value);
47 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
52 template <
typename SubnetIdsT = Aws::String>
54 m_subnetIdsHasBeenSet =
true;
55 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
66 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
68 m_securityGroupIdsHasBeenSet =
true;
69 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
71 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
76 template <
typename SecurityGroupIdsT = Aws::String>
78 m_securityGroupIdsHasBeenSet =
true;
79 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
90 template <
typename RoleArnT = Aws::String>
92 m_roleArnHasBeenSet =
true;
93 m_roleArn = std::forward<RoleArnT>(value);
95 template <
typename RoleArnT = Aws::String>
107 bool m_subnetIdsHasBeenSet =
false;
108 bool m_securityGroupIdsHasBeenSet =
false;
109 bool m_roleArnHasBeenSet =
false;
bool RoleArnHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdsHasBeenSet() const
SecurityDetails & WithRoleArn(RoleArnT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetRoleArn() const
AWS_GROUNDSTATION_API SecurityDetails()=default
SecurityDetails & WithSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
SecurityDetails & AddSecurityGroupIds(SecurityGroupIdsT &&value)
void SetRoleArn(RoleArnT &&value)
bool SecurityGroupIdsHasBeenSet() const
AWS_GROUNDSTATION_API SecurityDetails(Aws::Utils::Json::JsonView jsonValue)
SecurityDetails & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
SecurityDetails & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_GROUNDSTATION_API SecurityDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue