7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
41 template <
typename SsmCommandIdT = Aws::String>
43 m_ssmCommandIdHasBeenSet =
true;
44 m_ssmCommandId = std::forward<SsmCommandIdT>(value);
46 template <
typename SsmCommandIdT = Aws::String>
59 template <
typename MessageT = Aws::String>
61 m_messageHasBeenSet =
true;
62 m_message = std::forward<MessageT>(value);
64 template <
typename MessageT = Aws::String>
74 bool m_ssmCommandIdHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
DeployTargetEventContext & WithMessage(MessageT &&value)
const Aws::String & GetSsmCommandId() const
void SetSsmCommandId(SsmCommandIdT &&value)
DeployTargetEventContext & WithSsmCommandId(SsmCommandIdT &&value)
bool MessageHasBeenSet() const
AWS_CODEPIPELINE_API DeployTargetEventContext()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEPIPELINE_API DeployTargetEventContext(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
bool SsmCommandIdHasBeenSet() const
AWS_CODEPIPELINE_API DeployTargetEventContext & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue