7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAutoRetryLimit(
int value) { m_autoRetryLimitHasBeenSet =
true; m_autoRetryLimit = value; }
61 inline void SetAutoRetryNumber(
int value) { m_autoRetryNumberHasBeenSet =
true; m_autoRetryNumber = value; }
73 template<
typename NextAutoRetryT = Aws::String>
74 void SetNextAutoRetry(NextAutoRetryT&& value) { m_nextAutoRetryHasBeenSet =
true; m_nextAutoRetry = std::forward<NextAutoRetryT>(value); }
75 template<
typename NextAutoRetryT = Aws::String>
86 template<
typename PreviousAutoRetryT = Aws::String>
87 void SetPreviousAutoRetry(PreviousAutoRetryT&& value) { m_previousAutoRetryHasBeenSet =
true; m_previousAutoRetry = std::forward<PreviousAutoRetryT>(value); }
88 template<
typename PreviousAutoRetryT = Aws::String>
93 int m_autoRetryLimit{0};
94 bool m_autoRetryLimitHasBeenSet =
false;
96 int m_autoRetryNumber{0};
97 bool m_autoRetryNumberHasBeenSet =
false;
100 bool m_nextAutoRetryHasBeenSet =
false;
103 bool m_previousAutoRetryHasBeenSet =
false;
const Aws::String & GetNextAutoRetry() const
void SetPreviousAutoRetry(PreviousAutoRetryT &&value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
AutoRetryConfig & WithAutoRetryNumber(int value)
AWS_CODEBUILD_API AutoRetryConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAutoRetryLimit(int value)
bool AutoRetryLimitHasBeenSet() const
bool AutoRetryNumberHasBeenSet() const
void SetAutoRetryNumber(int value)
AutoRetryConfig & WithAutoRetryLimit(int value)
AutoRetryConfig & WithPreviousAutoRetry(PreviousAutoRetryT &&value)
int GetAutoRetryNumber() const
AWS_CODEBUILD_API AutoRetryConfig(Aws::Utils::Json::JsonView jsonValue)
void SetNextAutoRetry(NextAutoRetryT &&value)
AWS_CODEBUILD_API AutoRetryConfig()=default
bool NextAutoRetryHasBeenSet() const
int GetAutoRetryLimit() const
const Aws::String & GetPreviousAutoRetry() const
bool PreviousAutoRetryHasBeenSet() const
AutoRetryConfig & WithNextAutoRetry(NextAutoRetryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue