7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ContentT = Aws::String>
51 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
52 template<
typename ContentT = Aws::String>
62 template<
typename Sha256T = Aws::String>
63 void SetSha256(Sha256T&& value) { m_sha256HasBeenSet =
true; m_sha256 = std::forward<Sha256T>(value); }
64 template<
typename Sha256T = Aws::String>
70 bool m_contentHasBeenSet =
false;
73 bool m_sha256HasBeenSet =
false;
bool ContentHasBeenSet() const
const Aws::String & GetSha256() const
AWS_CODEDEPLOY_API RawString(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API RawString & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API RawString()=default
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
RawString & WithSha256(Sha256T &&value)
RawString & WithContent(ContentT &&value)
void SetContent(ContentT &&value)
bool Sha256HasBeenSet() const
const Aws::String & GetContent() const
void SetSha256(Sha256T &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue