7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
44 m_enabledHasBeenSet =
true;
59 template <
typename LastChangedByT = Aws::String>
61 m_lastChangedByHasBeenSet =
true;
62 m_lastChangedBy = std::forward<LastChangedByT>(value);
64 template <
typename LastChangedByT = Aws::String>
77 template <
typename LastChangedAtT = Aws::Utils::DateTime>
79 m_lastChangedAtHasBeenSet =
true;
80 m_lastChangedAt = std::forward<LastChangedAtT>(value);
82 template <
typename LastChangedAtT = Aws::Utils::DateTime>
96 template <
typename DisabledReasonT = Aws::String>
98 m_disabledReasonHasBeenSet =
true;
99 m_disabledReason = std::forward<DisabledReasonT>(value);
101 template <
typename DisabledReasonT = Aws::String>
108 bool m_enabled{
false};
115 bool m_enabledHasBeenSet =
false;
116 bool m_lastChangedByHasBeenSet =
false;
117 bool m_lastChangedAtHasBeenSet =
false;
118 bool m_disabledReasonHasBeenSet =
false;
void SetLastChangedAt(LastChangedAtT &&value)
TransitionState & WithDisabledReason(DisabledReasonT &&value)
AWS_CODEPIPELINE_API TransitionState(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastChangedBy() const
const Aws::String & GetDisabledReason() const
TransitionState & WithLastChangedBy(LastChangedByT &&value)
bool DisabledReasonHasBeenSet() const
bool LastChangedByHasBeenSet() const
AWS_CODEPIPELINE_API TransitionState & operator=(Aws::Utils::Json::JsonView jsonValue)
TransitionState & WithLastChangedAt(LastChangedAtT &&value)
bool EnabledHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
TransitionState & WithEnabled(bool value)
bool LastChangedAtHasBeenSet() const
AWS_CODEPIPELINE_API TransitionState()=default
const Aws::Utils::DateTime & GetLastChangedAt() const
void SetDisabledReason(DisabledReasonT &&value)
void SetLastChangedBy(LastChangedByT &&value)
void SetEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue