7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename DeploymentGroupArnT = Aws::String>
51 void SetDeploymentGroupArn(DeploymentGroupArnT&& value) { m_deploymentGroupArnHasBeenSet =
true; m_deploymentGroupArn = std::forward<DeploymentGroupArnT>(value); }
52 template<
typename DeploymentGroupArnT = Aws::String>
62 template<
typename DeploymentIdT = Aws::String>
63 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
64 template<
typename DeploymentIdT = Aws::String>
75 template<
typename EndTimeT = Aws::Utils::DateTime>
76 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
77 template<
typename EndTimeT = Aws::Utils::DateTime>
87 template<
typename StartTimeT = Aws::Utils::DateTime>
88 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
89 template<
typename StartTimeT = Aws::Utils::DateTime>
95 bool m_deploymentGroupArnHasBeenSet =
false;
98 bool m_deploymentIdHasBeenSet =
false;
101 bool m_endTimeHasBeenSet =
false;
104 bool m_startTimeHasBeenSet =
false;
CodeDeployDeployment & WithDeploymentId(DeploymentIdT &&value)
const Aws::String & GetDeploymentId() const
void SetEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
AWS_SSMINCIDENTS_API CodeDeployDeployment()=default
void SetDeploymentId(DeploymentIdT &&value)
bool DeploymentIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
CodeDeployDeployment & WithEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
AWS_SSMINCIDENTS_API CodeDeployDeployment(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
AWS_SSMINCIDENTS_API CodeDeployDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeploymentGroupArnHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
CodeDeployDeployment & WithDeploymentGroupArn(DeploymentGroupArnT &&value)
void SetDeploymentGroupArn(DeploymentGroupArnT &&value)
CodeDeployDeployment & WithStartTime(StartTimeT &&value)
const Aws::String & GetDeploymentGroupArn() const
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