7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iam/IAM_EXPORTS.h>
10#include <aws/iam/model/PolicyOwnerEntityType.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 m_typeHasBeenSet =
true;
96 template <
typename IdT = Aws::String>
98 m_idHasBeenSet =
true;
99 m_id = std::forward<IdT>(value);
101 template <
typename IdT = Aws::String>
103 SetId(std::forward<IdT>(value));
117 template <
typename PathT = Aws::String>
119 m_pathHasBeenSet =
true;
120 m_path = std::forward<PathT>(value);
122 template <
typename PathT = Aws::String>
124 SetPath(std::forward<PathT>(value));
138 bool m_arnHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
140 bool m_typeHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
142 bool m_pathHasBeenSet =
false;
bool IdHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetId() const
EntityInfo & WithPath(PathT &&value)
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_IAM_API EntityInfo()=default
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
const Aws::String & GetPath() const
bool PathHasBeenSet() const
EntityInfo & WithId(IdT &&value)
EntityInfo & WithArn(ArnT &&value)
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetName(NameT &&value)
void SetPath(PathT &&value)
void SetArn(ArnT &&value)
EntityInfo & WithName(NameT &&value)
void SetType(PolicyOwnerEntityType value)
AWS_IAM_API EntityInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
EntityInfo & WithType(PolicyOwnerEntityType value)
const Aws::String & GetArn() const
AWS_IAM_API EntityInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PolicyOwnerEntityType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream