7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StatusT = Aws::String>
48 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
49 template<
typename StatusT = 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_statusHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
AWS_CODEBUILD_API DockerServerStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
bool StatusHasBeenSet() const
bool MessageHasBeenSet() const
void SetStatus(StatusT &&value)
DockerServerStatus & WithStatus(StatusT &&value)
DockerServerStatus & WithMessage(MessageT &&value)
AWS_CODEBUILD_API DockerServerStatus(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_CODEBUILD_API DockerServerStatus()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue