51 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
80 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
121 inline void SetInstanceProfileName(
const char* value) { m_instanceProfileNameHasBeenSet =
true; m_instanceProfileName.assign(value); }
168 inline void SetInstanceProfileId(
const char* value) { m_instanceProfileIdHasBeenSet =
true; m_instanceProfileId.assign(value); }
224 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
312 bool m_pathHasBeenSet;
314 bool m_instanceProfileNameHasBeenSet;
316 bool m_instanceProfileIdHasBeenSet;
318 bool m_arnHasBeenSet;
320 bool m_createDateHasBeenSet;
322 bool m_rolesHasBeenSet;
const Aws::String & GetInstanceProfileName() const
void SetInstanceProfileId(const Aws::String &value)
void SetRoles(const Aws::Vector< Role > &value)
InstanceProfile & AddRoles(Role &&value)
InstanceProfile & WithInstanceProfileId(Aws::String &&value)
void SetCreateDate(const Aws::Utils::DateTime &value)
InstanceProfile & WithPath(const Aws::String &value)
const Aws::String & GetPath() const
const Aws::Utils::DateTime & GetCreateDate() const
InstanceProfile & WithInstanceProfileName(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetArn(const char *value)
InstanceProfile & WithInstanceProfileName(const char *value)
void SetInstanceProfileId(const char *value)
void SetInstanceProfileName(const char *value)
const Aws::String & GetArn() const
InstanceProfile & WithInstanceProfileId(const char *value)
void SetArn(const Aws::String &value)
InstanceProfile & WithCreateDate(const Aws::Utils::DateTime &value)
const Aws::String & GetInstanceProfileId() const
InstanceProfile & WithInstanceProfileId(const Aws::String &value)
InstanceProfile & WithInstanceProfileName(Aws::String &&value)
InstanceProfile & WithArn(Aws::String &&value)
InstanceProfile & WithRoles(const Aws::Vector< Role > &value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetPath(Aws::String &&value)
void SetInstanceProfileId(Aws::String &&value)
InstanceProfile & WithArn(const Aws::String &value)
InstanceProfile & WithRoles(Aws::Vector< Role > &&value)
InstanceProfile & WithCreateDate(Aws::Utils::DateTime &&value)
void SetCreateDate(Aws::Utils::DateTime &&value)
void SetInstanceProfileName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetInstanceProfileName(const Aws::String &value)
void SetRoles(Aws::Vector< Role > &&value)
InstanceProfile & WithPath(const char *value)
void SetArn(Aws::String &&value)
InstanceProfile & WithArn(const char *value)
const Aws::Vector< Role > & GetRoles() const
InstanceProfile & WithPath(Aws::String &&value)
InstanceProfile & AddRoles(const Role &value)
void SetPath(const char *value)
void SetPath(const Aws::String &value)
JSON (JavaScript Object Notation).