24 template<
typename RESULT_TYPE>
25 class AmazonWebServiceResult;
143 inline void SetMarker(
const char* value) { m_marker.assign(value); }
ListInstanceProfilesResult & WithInstanceProfiles(const Aws::Vector< InstanceProfile > &value)
ListInstanceProfilesResult & WithMarker(const Aws::String &value)
void SetInstanceProfiles(Aws::Vector< InstanceProfile > &&value)
const Aws::String & GetMarker() const
bool GetIsTruncated() const
std::vector< T, Aws::Allocator< T > > Vector
ListInstanceProfilesResult & AddInstanceProfiles(InstanceProfile &&value)
ListInstanceProfilesResult & WithIsTruncated(bool value)
void SetMarker(const Aws::String &value)
void SetResponseMetadata(const ResponseMetadata &value)
const ResponseMetadata & GetResponseMetadata() const
ListInstanceProfilesResult & WithMarker(const char *value)
void SetMarker(const char *value)
ListInstanceProfilesResult & WithResponseMetadata(const ResponseMetadata &value)
void SetIsTruncated(bool value)
void SetMarker(Aws::String &&value)
void SetInstanceProfiles(const Aws::Vector< InstanceProfile > &value)
void SetResponseMetadata(ResponseMetadata &&value)
ListInstanceProfilesResult & WithInstanceProfiles(Aws::Vector< InstanceProfile > &&value)
ListInstanceProfilesResult & AddInstanceProfiles(const InstanceProfile &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListInstanceProfilesResult & WithMarker(Aws::String &&value)
const Aws::Vector< InstanceProfile > & GetInstanceProfiles() const
ListInstanceProfilesResult & WithResponseMetadata(ResponseMetadata &&value)
JSON (JavaScript Object Notation).