7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
10#include <aws/greengrass/model/DeploymentType.h>
11#include <aws/greengrass/model/ErrorDetail.h>
44 template <
typename CreatedAtT = Aws::String>
46 m_createdAtHasBeenSet =
true;
47 m_createdAt = std::forward<CreatedAtT>(value);
49 template <
typename CreatedAtT = Aws::String>
62 template <
typename DeploymentArnT = Aws::String>
64 m_deploymentArnHasBeenSet =
true;
65 m_deploymentArn = std::forward<DeploymentArnT>(value);
67 template <
typename DeploymentArnT = Aws::String>
80 template <
typename DeploymentIdT = Aws::String>
82 m_deploymentIdHasBeenSet =
true;
83 m_deploymentId = std::forward<DeploymentIdT>(value);
85 template <
typename DeploymentIdT = Aws::String>
99 template <
typename DeploymentStatusT = Aws::String>
101 m_deploymentStatusHasBeenSet =
true;
102 m_deploymentStatus = std::forward<DeploymentStatusT>(value);
104 template <
typename DeploymentStatusT = Aws::String>
118 m_deploymentTypeHasBeenSet =
true;
119 m_deploymentType = value;
133 template <
typename ErrorDetailsT = Aws::Vector<ErrorDetail>>
135 m_errorDetailsHasBeenSet =
true;
136 m_errorDetails = std::forward<ErrorDetailsT>(value);
138 template <
typename ErrorDetailsT = Aws::Vector<ErrorDetail>>
143 template <
typename ErrorDetailsT = ErrorDetail>
145 m_errorDetailsHasBeenSet =
true;
146 m_errorDetails.emplace_back(std::forward<ErrorDetailsT>(value));
157 template <
typename ErrorMessageT = Aws::String>
159 m_errorMessageHasBeenSet =
true;
160 m_errorMessage = std::forward<ErrorMessageT>(value);
162 template <
typename ErrorMessageT = Aws::String>
175 template <
typename GroupArnT = Aws::String>
177 m_groupArnHasBeenSet =
true;
178 m_groupArn = std::forward<GroupArnT>(value);
180 template <
typename GroupArnT = Aws::String>
202 bool m_createdAtHasBeenSet =
false;
203 bool m_deploymentArnHasBeenSet =
false;
204 bool m_deploymentIdHasBeenSet =
false;
205 bool m_deploymentStatusHasBeenSet =
false;
206 bool m_deploymentTypeHasBeenSet =
false;
207 bool m_errorDetailsHasBeenSet =
false;
208 bool m_errorMessageHasBeenSet =
false;
209 bool m_groupArnHasBeenSet =
false;
DeploymentType GetDeploymentType() const
BulkDeploymentResult & WithCreatedAt(CreatedAtT &&value)
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetErrorMessage() const
bool DeploymentIdHasBeenSet() const
const Aws::String & GetDeploymentArn() const
void SetDeploymentArn(DeploymentArnT &&value)
BulkDeploymentResult & WithErrorMessage(ErrorMessageT &&value)
BulkDeploymentResult & WithDeploymentArn(DeploymentArnT &&value)
BulkDeploymentResult & WithDeploymentId(DeploymentIdT &&value)
bool DeploymentArnHasBeenSet() const
bool DeploymentStatusHasBeenSet() const
BulkDeploymentResult & WithDeploymentStatus(DeploymentStatusT &&value)
const Aws::String & GetCreatedAt() const
void SetDeploymentId(DeploymentIdT &&value)
BulkDeploymentResult & WithDeploymentType(DeploymentType value)
AWS_GREENGRASS_API BulkDeploymentResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeploymentId() const
const Aws::String & GetDeploymentStatus() const
bool CreatedAtHasBeenSet() const
void SetDeploymentType(DeploymentType value)
void SetCreatedAt(CreatedAtT &&value)
bool GroupArnHasBeenSet() const
bool ErrorDetailsHasBeenSet() const
BulkDeploymentResult & WithErrorDetails(ErrorDetailsT &&value)
bool DeploymentTypeHasBeenSet() const
BulkDeploymentResult & WithGroupArn(GroupArnT &&value)
bool ErrorMessageHasBeenSet() const
void SetErrorDetails(ErrorDetailsT &&value)
void SetGroupArn(GroupArnT &&value)
AWS_GREENGRASS_API BulkDeploymentResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGroupArn() const
void SetDeploymentStatus(DeploymentStatusT &&value)
AWS_GREENGRASS_API BulkDeploymentResult()=default
const Aws::Vector< ErrorDetail > & GetErrorDetails() const
BulkDeploymentResult & AddErrorDetails(ErrorDetailsT &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue