7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ContentT = Aws::String>
46 m_contentHasBeenSet =
true;
47 m_content = std::forward<ContentT>(value);
49 template <
typename ContentT = Aws::String>
62 template <
typename Sha256T = Aws::String>
64 m_sha256HasBeenSet =
true;
65 m_sha256 = std::forward<Sha256T>(value);
67 template <
typename Sha256T = Aws::String>
77 bool m_contentHasBeenSet =
false;
78 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