7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/greengrassv2/model/CloudComponentStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/greengrassv2/model/ComponentPlatform.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
49 inline void SetArn(
const char* value) { m_arn.assign(value); }
100 inline void SetPublisher(
const char* value) { m_publisher.assign(value); }
170 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeComponentResult & WithPublisher(const Aws::String &value)
DescribeComponentResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetComponentVersion() const
void SetRequestId(Aws::String &&value)
const Aws::String & GetPublisher() const
const Aws::String & GetDescription() const
const Aws::String & GetArn() const
void SetDescription(Aws::String &&value)
AWS_GREENGRASSV2_API DescribeComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComponentResult & WithComponentName(const char *value)
void SetComponentName(Aws::String &&value)
void SetComponentName(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetStatus(const CloudComponentStatus &value)
void SetPublisher(const Aws::String &value)
const Aws::String & GetRequestId() const
DescribeComponentResult & AddTags(Aws::String &&key, const Aws::String &value)
void SetComponentVersion(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTimestamp() const
DescribeComponentResult & WithStatus(CloudComponentStatus &&value)
DescribeComponentResult & AddTags(Aws::String &&key, const char *value)
const Aws::String & GetComponentName() const
DescribeComponentResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetCreationTimestamp(Aws::Utils::DateTime &&value)
DescribeComponentResult & AddPlatforms(ComponentPlatform &&value)
DescribeComponentResult & AddTags(const char *key, const char *value)
void SetStatus(CloudComponentStatus &&value)
DescribeComponentResult & WithPublisher(const char *value)
DescribeComponentResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetRequestId(const char *value)
DescribeComponentResult & WithComponentName(Aws::String &&value)
void SetDescription(const char *value)
DescribeComponentResult & WithDescription(Aws::String &&value)
void SetComponentVersion(const char *value)
DescribeComponentResult & WithRequestId(const Aws::String &value)
void SetArn(Aws::String &&value)
DescribeComponentResult & WithPublisher(Aws::String &&value)
DescribeComponentResult & WithDescription(const char *value)
AWS_GREENGRASSV2_API DescribeComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GREENGRASSV2_API DescribeComponentResult()
DescribeComponentResult & WithArn(const char *value)
DescribeComponentResult & WithRequestId(Aws::String &&value)
void SetCreationTimestamp(const Aws::Utils::DateTime &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
DescribeComponentResult & AddTags(const Aws::String &key, Aws::String &&value)
DescribeComponentResult & WithComponentVersion(const Aws::String &value)
DescribeComponentResult & WithCreationTimestamp(Aws::Utils::DateTime &&value)
void SetPlatforms(const Aws::Vector< ComponentPlatform > &value)
DescribeComponentResult & AddPlatforms(const ComponentPlatform &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetComponentName(const char *value)
DescribeComponentResult & WithPlatforms(const Aws::Vector< ComponentPlatform > &value)
DescribeComponentResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
void SetComponentVersion(const Aws::String &value)
const Aws::Vector< ComponentPlatform > & GetPlatforms() const
DescribeComponentResult & WithStatus(const CloudComponentStatus &value)
DescribeComponentResult & WithComponentName(const Aws::String &value)
void SetPlatforms(Aws::Vector< ComponentPlatform > &&value)
DescribeComponentResult & WithComponentVersion(Aws::String &&value)
DescribeComponentResult & AddTags(Aws::String &&key, Aws::String &&value)
DescribeComponentResult & WithPlatforms(Aws::Vector< ComponentPlatform > &&value)
void SetArn(const char *value)
DescribeComponentResult & WithArn(const Aws::String &value)
DescribeComponentResult & WithDescription(const Aws::String &value)
DescribeComponentResult & AddTags(const char *key, Aws::String &&value)
DescribeComponentResult & WithComponentVersion(const char *value)
const CloudComponentStatus & GetStatus() const
void SetDescription(const Aws::String &value)
DescribeComponentResult & WithArn(Aws::String &&value)
void SetPublisher(Aws::String &&value)
DescribeComponentResult & WithCreationTimestamp(const Aws::Utils::DateTime &value)
void SetPublisher(const char *value)
void SetArn(const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue