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>
52 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
66 inline void SetDeploymentArn(
const char* value) { m_deploymentArnHasBeenSet =
true; m_deploymentArn.assign(value); }
80 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
95 inline void SetDeploymentStatus(
const char* value) { m_deploymentStatusHasBeenSet =
true; m_deploymentStatus.assign(value); }
135 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
149 inline void SetGroupArn(
const char* value) { m_groupArnHasBeenSet =
true; m_groupArn.assign(value); }
157 bool m_createdAtHasBeenSet =
false;
160 bool m_deploymentArnHasBeenSet =
false;
163 bool m_deploymentIdHasBeenSet =
false;
166 bool m_deploymentStatusHasBeenSet =
false;
169 bool m_deploymentTypeHasBeenSet =
false;
172 bool m_errorDetailsHasBeenSet =
false;
175 bool m_errorMessageHasBeenSet =
false;
178 bool m_groupArnHasBeenSet =
false;
void SetDeploymentType(const DeploymentType &value)
void SetDeploymentId(const Aws::String &value)
BulkDeploymentResult & AddErrorDetails(const ErrorDetail &value)
BulkDeploymentResult & WithDeploymentArn(const Aws::String &value)
void SetDeploymentStatus(const Aws::String &value)
const Aws::String & GetErrorMessage() const
BulkDeploymentResult & WithErrorDetails(Aws::Vector< ErrorDetail > &&value)
void SetCreatedAt(const char *value)
BulkDeploymentResult & WithCreatedAt(const char *value)
bool DeploymentIdHasBeenSet() const
const Aws::String & GetDeploymentArn() const
BulkDeploymentResult & WithDeploymentId(Aws::String &&value)
void SetDeploymentId(Aws::String &&value)
BulkDeploymentResult & WithDeploymentId(const char *value)
void SetErrorMessage(Aws::String &&value)
void SetErrorMessage(const char *value)
bool DeploymentArnHasBeenSet() const
void SetGroupArn(Aws::String &&value)
void SetCreatedAt(Aws::String &&value)
void SetDeploymentArn(Aws::String &&value)
bool DeploymentStatusHasBeenSet() const
const Aws::String & GetCreatedAt() const
BulkDeploymentResult & WithDeploymentStatus(const Aws::String &value)
BulkDeploymentResult & WithGroupArn(Aws::String &&value)
const DeploymentType & GetDeploymentType() const
BulkDeploymentResult & WithErrorMessage(Aws::String &&value)
void SetDeploymentArn(const Aws::String &value)
void SetErrorDetails(Aws::Vector< ErrorDetail > &&value)
BulkDeploymentResult & WithDeploymentId(const Aws::String &value)
BulkDeploymentResult & WithDeploymentStatus(Aws::String &&value)
BulkDeploymentResult & WithErrorMessage(const char *value)
BulkDeploymentResult & WithErrorDetails(const Aws::Vector< ErrorDetail > &value)
AWS_GREENGRASS_API BulkDeploymentResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentType(DeploymentType &&value)
BulkDeploymentResult & WithDeploymentType(DeploymentType &&value)
const Aws::String & GetDeploymentId() const
void SetErrorMessage(const Aws::String &value)
BulkDeploymentResult & WithGroupArn(const Aws::String &value)
const Aws::String & GetDeploymentStatus() const
void SetDeploymentArn(const char *value)
bool CreatedAtHasBeenSet() const
BulkDeploymentResult & WithCreatedAt(const Aws::String &value)
void SetGroupArn(const Aws::String &value)
BulkDeploymentResult & WithGroupArn(const char *value)
bool GroupArnHasBeenSet() const
BulkDeploymentResult & WithDeploymentArn(Aws::String &&value)
void SetErrorDetails(const Aws::Vector< ErrorDetail > &value)
bool ErrorDetailsHasBeenSet() const
BulkDeploymentResult & WithErrorMessage(const Aws::String &value)
bool DeploymentTypeHasBeenSet() const
void SetGroupArn(const char *value)
BulkDeploymentResult & WithCreatedAt(Aws::String &&value)
void SetDeploymentStatus(const char *value)
bool ErrorMessageHasBeenSet() const
BulkDeploymentResult & WithDeploymentArn(const char *value)
BulkDeploymentResult & WithDeploymentStatus(const char *value)
AWS_GREENGRASS_API BulkDeploymentResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupArn() const
const Aws::Vector< ErrorDetail > & GetErrorDetails() const
void SetCreatedAt(const Aws::String &value)
void SetDeploymentId(const char *value)
void SetDeploymentStatus(Aws::String &&value)
AWS_GREENGRASS_API BulkDeploymentResult()
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
BulkDeploymentResult & AddErrorDetails(ErrorDetail &&value)
BulkDeploymentResult & WithDeploymentType(const DeploymentType &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