7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 inline void SetDeploymentGroupArn(
const char* value) { m_deploymentGroupArnHasBeenSet =
true; m_deploymentGroupArn.assign(value); }
66 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
99 bool m_deploymentGroupArnHasBeenSet =
false;
102 bool m_deploymentIdHasBeenSet =
false;
105 bool m_endTimeHasBeenSet =
false;
108 bool m_startTimeHasBeenSet =
false;
AWS_SSMINCIDENTS_API CodeDeployDeployment()
CodeDeployDeployment & WithDeploymentGroupArn(const char *value)
const Aws::String & GetDeploymentId() const
void SetEndTime(Aws::Utils::DateTime &&value)
void SetDeploymentGroupArn(const char *value)
bool StartTimeHasBeenSet() const
CodeDeployDeployment & WithDeploymentId(const Aws::String &value)
CodeDeployDeployment & WithDeploymentId(const char *value)
void SetDeploymentGroupArn(const Aws::String &value)
bool DeploymentIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetDeploymentId(const char *value)
AWS_SSMINCIDENTS_API CodeDeployDeployment(Aws::Utils::Json::JsonView jsonValue)
void SetDeploymentGroupArn(Aws::String &&value)
CodeDeployDeployment & WithStartTime(const Aws::Utils::DateTime &value)
bool EndTimeHasBeenSet() const
CodeDeployDeployment & WithDeploymentGroupArn(Aws::String &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
CodeDeployDeployment & WithEndTime(const Aws::Utils::DateTime &value)
AWS_SSMINCIDENTS_API CodeDeployDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEndTime(const Aws::Utils::DateTime &value)
CodeDeployDeployment & WithStartTime(Aws::Utils::DateTime &&value)
CodeDeployDeployment & WithDeploymentId(Aws::String &&value)
bool DeploymentGroupArnHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
void SetStartTime(Aws::Utils::DateTime &&value)
void SetDeploymentId(const Aws::String &value)
CodeDeployDeployment & WithEndTime(Aws::Utils::DateTime &&value)
void SetDeploymentId(Aws::String &&value)
const Aws::String & GetDeploymentGroupArn() const
CodeDeployDeployment & WithDeploymentGroupArn(const Aws::String &value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue