7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrass/model/DeploymentType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/greengrass/model/ErrorDetail.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
97 inline void SetUpdatedAt(
const char* value) { m_updatedAt.assign(value); }
108 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetDeploymentStatusResult & WithUpdatedAt(const Aws::String &value)
GetDeploymentStatusResult & WithErrorMessage(Aws::String &&value)
GetDeploymentStatusResult & WithRequestId(const Aws::String &value)
void SetDeploymentType(DeploymentType &&value)
void SetRequestId(Aws::String &&value)
GetDeploymentStatusResult & WithUpdatedAt(const char *value)
void SetDeploymentStatus(Aws::String &&value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetErrorMessage(const Aws::String &value)
GetDeploymentStatusResult & WithRequestId(Aws::String &&value)
GetDeploymentStatusResult & AddErrorDetails(const ErrorDetail &value)
void SetDeploymentStatus(const Aws::String &value)
GetDeploymentStatusResult & WithDeploymentStatus(Aws::String &&value)
void SetErrorDetails(const Aws::Vector< ErrorDetail > &value)
const Aws::Vector< ErrorDetail > & GetErrorDetails() const
AWS_GREENGRASS_API GetDeploymentStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeploymentStatus() const
GetDeploymentStatusResult & WithDeploymentType(DeploymentType &&value)
AWS_GREENGRASS_API GetDeploymentStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUpdatedAt() const
const Aws::String & GetErrorMessage() const
void SetErrorMessage(Aws::String &&value)
void SetDeploymentType(const DeploymentType &value)
void SetUpdatedAt(const Aws::String &value)
GetDeploymentStatusResult & WithDeploymentStatus(const char *value)
GetDeploymentStatusResult & WithRequestId(const char *value)
void SetErrorDetails(Aws::Vector< ErrorDetail > &&value)
void SetUpdatedAt(const char *value)
AWS_GREENGRASS_API GetDeploymentStatusResult()
GetDeploymentStatusResult & WithErrorDetails(const Aws::Vector< ErrorDetail > &value)
GetDeploymentStatusResult & AddErrorDetails(ErrorDetail &&value)
GetDeploymentStatusResult & WithUpdatedAt(Aws::String &&value)
void SetErrorMessage(const char *value)
GetDeploymentStatusResult & WithErrorMessage(const char *value)
void SetRequestId(const Aws::String &value)
const DeploymentType & GetDeploymentType() const
void SetDeploymentStatus(const char *value)
GetDeploymentStatusResult & WithErrorDetails(Aws::Vector< ErrorDetail > &&value)
GetDeploymentStatusResult & WithErrorMessage(const Aws::String &value)
GetDeploymentStatusResult & WithDeploymentType(const DeploymentType &value)
void SetUpdatedAt(Aws::String &&value)
GetDeploymentStatusResult & WithDeploymentStatus(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue