7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/proton/model/ResourceDeploymentStatus.h>
12#include <aws/proton/model/Output.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "NotifyResourceDeploymentStatusChange"; }
48 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
77 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
103 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
111 bool m_deploymentIdHasBeenSet =
false;
114 bool m_outputsHasBeenSet =
false;
117 bool m_resourceArnHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
123 bool m_statusMessageHasBeenSet =
false;
void SetResourceArn(const char *value)
NotifyResourceDeploymentStatusChangeRequest & WithDeploymentId(const Aws::String &value)
void SetResourceArn(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
const Aws::Vector< Output > & GetOutputs() const
const ResourceDeploymentStatus & GetStatus() const
NotifyResourceDeploymentStatusChangeRequest & WithDeploymentId(Aws::String &&value)
bool ResourceArnHasBeenSet() const
NotifyResourceDeploymentStatusChangeRequest & WithDeploymentId(const char *value)
NotifyResourceDeploymentStatusChangeRequest & AddOutputs(Output &&value)
void SetStatusMessage(const char *value)
void SetStatusMessage(const Aws::String &value)
AWS_PROTON_API Aws::String SerializePayload() const override
NotifyResourceDeploymentStatusChangeRequest & WithResourceArn(const char *value)
bool StatusHasBeenSet() const
bool OutputsHasBeenSet() const
void SetOutputs(Aws::Vector< Output > &&value)
void SetStatus(ResourceDeploymentStatus &&value)
NotifyResourceDeploymentStatusChangeRequest & WithStatus(const ResourceDeploymentStatus &value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
NotifyResourceDeploymentStatusChangeRequest & WithStatusMessage(Aws::String &&value)
void SetDeploymentId(const Aws::String &value)
void SetStatus(const ResourceDeploymentStatus &value)
void SetResourceArn(Aws::String &&value)
NotifyResourceDeploymentStatusChangeRequest & WithStatus(ResourceDeploymentStatus &&value)
NotifyResourceDeploymentStatusChangeRequest & WithStatusMessage(const Aws::String &value)
void SetDeploymentId(const char *value)
virtual const char * GetServiceRequestName() const override
NotifyResourceDeploymentStatusChangeRequest & WithOutputs(Aws::Vector< Output > &&value)
void SetStatusMessage(Aws::String &&value)
NotifyResourceDeploymentStatusChangeRequest & WithStatusMessage(const char *value)
void SetDeploymentId(Aws::String &&value)
const Aws::String & GetResourceArn() const
AWS_PROTON_API NotifyResourceDeploymentStatusChangeRequest()
bool StatusMessageHasBeenSet() const
NotifyResourceDeploymentStatusChangeRequest & WithResourceArn(Aws::String &&value)
NotifyResourceDeploymentStatusChangeRequest & AddOutputs(const Output &value)
NotifyResourceDeploymentStatusChangeRequest & WithOutputs(const Aws::Vector< Output > &value)
void SetOutputs(const Aws::Vector< Output > &value)
const Aws::String & GetStatusMessage() const
const Aws::String & GetDeploymentId() const
NotifyResourceDeploymentStatusChangeRequest & WithResourceArn(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector