7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/ApplicationComponent.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ApplicationInsights
65 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeComponentResult & WithRequestId(const char *value)
DescribeComponentResult & AddResourceList(Aws::String &&value)
DescribeComponentResult & WithRequestId(const Aws::String &value)
const ApplicationComponent & GetApplicationComponent() const
void SetRequestId(const Aws::String &value)
void SetApplicationComponent(ApplicationComponent &&value)
void SetResourceList(const Aws::Vector< Aws::String > &value)
DescribeComponentResult & WithApplicationComponent(const ApplicationComponent &value)
DescribeComponentResult & AddResourceList(const char *value)
void SetRequestId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetResourceList() const
DescribeComponentResult & AddResourceList(const Aws::String &value)
void SetRequestId(const char *value)
DescribeComponentResult & WithResourceList(const Aws::Vector< Aws::String > &value)
const Aws::String & GetRequestId() const
void SetResourceList(Aws::Vector< Aws::String > &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentResult & WithApplicationComponent(ApplicationComponent &&value)
DescribeComponentResult & WithRequestId(Aws::String &&value)
DescribeComponentResult & WithResourceList(Aws::Vector< Aws::String > &&value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationComponent(const ApplicationComponent &value)
AWS_APPLICATIONINSIGHTS_API DescribeComponentResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue