7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/DeploymentStatus.h>
10#include <aws/datazone/model/DeploymentType.h>
11#include <aws/datazone/model/EnvironmentError.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
53 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
117 inline Deployment&
AddMessages(
const char* value) { m_messagesHasBeenSet =
true; m_messages.push_back(value);
return *
this; }
122 bool m_deploymentIdHasBeenSet =
false;
125 bool m_deploymentStatusHasBeenSet =
false;
128 bool m_deploymentTypeHasBeenSet =
false;
131 bool m_failureReasonHasBeenSet =
false;
133 bool m_isDeploymentComplete;
134 bool m_isDeploymentCompleteHasBeenSet =
false;
137 bool m_messagesHasBeenSet =
false;
void SetMessages(const Aws::Vector< Aws::String > &value)
Deployment & WithMessages(const Aws::Vector< Aws::String > &value)
bool IsDeploymentCompleteHasBeenSet() const
void SetDeploymentId(Aws::String &&value)
void SetDeploymentStatus(const DeploymentStatus &value)
bool MessagesHasBeenSet() const
Deployment & WithDeploymentStatus(const DeploymentStatus &value)
Deployment & AddMessages(const Aws::String &value)
Deployment & WithDeploymentId(Aws::String &&value)
void SetMessages(Aws::Vector< Aws::String > &&value)
bool FailureReasonHasBeenSet() const
void SetDeploymentType(const DeploymentType &value)
bool DeploymentTypeHasBeenSet() const
const Aws::String & GetDeploymentId() const
bool DeploymentIdHasBeenSet() const
Deployment & WithMessages(Aws::Vector< Aws::String > &&value)
Deployment & WithDeploymentType(const DeploymentType &value)
bool GetIsDeploymentComplete() const
AWS_DATAZONE_API Deployment()
const EnvironmentError & GetFailureReason() const
Deployment & WithDeploymentStatus(DeploymentStatus &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
Deployment & WithDeploymentType(DeploymentType &&value)
const DeploymentType & GetDeploymentType() const
Deployment & AddMessages(Aws::String &&value)
void SetDeploymentStatus(DeploymentStatus &&value)
Deployment & WithFailureReason(const EnvironmentError &value)
void SetFailureReason(const EnvironmentError &value)
void SetDeploymentId(const Aws::String &value)
bool DeploymentStatusHasBeenSet() const
void SetDeploymentType(DeploymentType &&value)
AWS_DATAZONE_API Deployment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetMessages() const
void SetIsDeploymentComplete(bool value)
Deployment & AddMessages(const char *value)
Deployment & WithFailureReason(EnvironmentError &&value)
AWS_DATAZONE_API Deployment(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentId(const char *value)
Deployment & WithIsDeploymentComplete(bool value)
void SetFailureReason(EnvironmentError &&value)
Deployment & WithDeploymentId(const char *value)
const DeploymentStatus & GetDeploymentStatus() const
Deployment & WithDeploymentId(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