7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SsmCommandIdT = Aws::String>
48 void SetSsmCommandId(SsmCommandIdT&& value) { m_ssmCommandIdHasBeenSet =
true; m_ssmCommandId = std::forward<SsmCommandIdT>(value); }
49 template<
typename SsmCommandIdT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_ssmCommandIdHasBeenSet =
false;
70 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