7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LastDeployTimeT = Aws::Utils::DateTime>
49 void SetLastDeployTime(LastDeployTimeT&& value) { m_lastDeployTimeHasBeenSet =
true; m_lastDeployTime = std::forward<LastDeployTimeT>(value); }
50 template<
typename LastDeployTimeT = Aws::Utils::DateTime>
60 template<
typename StatusT = Aws::String>
61 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
62 template<
typename StatusT = Aws::String>
72 template<
typename ThumbnailUrlT = Aws::String>
73 void SetThumbnailUrl(ThumbnailUrlT&& value) { m_thumbnailUrlHasBeenSet =
true; m_thumbnailUrl = std::forward<ThumbnailUrlT>(value); }
74 template<
typename ThumbnailUrlT = Aws::String>
84 template<
typename BranchNameT = Aws::String>
85 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
86 template<
typename BranchNameT = Aws::String>
92 bool m_lastDeployTimeHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
98 bool m_thumbnailUrlHasBeenSet =
false;
101 bool m_branchNameHasBeenSet =
false;
bool LastDeployTimeHasBeenSet() const
void SetStatus(StatusT &&value)
bool ThumbnailUrlHasBeenSet() const
void SetLastDeployTime(LastDeployTimeT &&value)
bool BranchNameHasBeenSet() const
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
ProductionBranch & WithBranchName(BranchNameT &&value)
void SetThumbnailUrl(ThumbnailUrlT &&value)
ProductionBranch & WithLastDeployTime(LastDeployTimeT &&value)
const Aws::String & GetStatus() const
ProductionBranch & WithStatus(StatusT &&value)
ProductionBranch & WithThumbnailUrl(ThumbnailUrlT &&value)
AWS_AMPLIFY_API ProductionBranch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFY_API ProductionBranch()=default
AWS_AMPLIFY_API ProductionBranch(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetThumbnailUrl() const
const Aws::String & GetBranchName() const
bool StatusHasBeenSet() const
void SetBranchName(BranchNameT &&value)
const Aws::Utils::DateTime & GetLastDeployTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue