7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/IdFormat.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename StatusesT = Aws::Vector<IdFormat>>
63 void SetStatuses(StatusesT&& value) { m_statusesHasBeenSet =
true; m_statuses = std::forward<StatusesT>(value); }
64 template<
typename StatusesT = Aws::Vector<IdFormat>>
66 template<
typename StatusesT = IdFormat>
67 PrincipalIdFormat&
AddStatuses(StatusesT&& value) { m_statusesHasBeenSet =
true; m_statuses.emplace_back(std::forward<StatusesT>(value));
return *
this; }
72 bool m_arnHasBeenSet =
false;
75 bool m_statusesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream