7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace GroundStation
47 template<
typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<
typename RoleArnT = Aws::String>
59 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
60 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
61 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
63 template<
typename SecurityGroupIdsT = Aws::String>
64 SecurityDetails&
AddSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
return *
this; }
74 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
75 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
76 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
78 template<
typename SubnetIdsT = Aws::String>
79 SecurityDetails&
AddSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
return *
this; }
84 bool m_roleArnHasBeenSet =
false;
87 bool m_securityGroupIdsHasBeenSet =
false;
90 bool m_subnetIdsHasBeenSet =
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