AWS SDK for C++
AWS SDK for C++ Version 1.11.748
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-synthetics
include
aws
synthetics
model
RetryConfigInput.h
1
6
#pragma once
7
#include <aws/synthetics/Synthetics_EXPORTS.h>
8
9
namespace
Aws
{
10
namespace
Utils {
11
namespace
Json {
12
class
JsonValue
;
13
class
JsonView;
14
}
// namespace Json
15
}
// namespace Utils
16
namespace
Synthetics {
17
namespace
Model {
18
33
class
RetryConfigInput
{
34
public
:
35
AWS_SYNTHETICS_API
RetryConfigInput
() =
default
;
36
AWS_SYNTHETICS_API
RetryConfigInput
(
Aws::Utils::Json::JsonView
jsonValue);
37
AWS_SYNTHETICS_API
RetryConfigInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
38
AWS_SYNTHETICS_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
39
41
44
inline
int
GetMaxRetries
()
const
{
return
m_maxRetries; }
45
inline
bool
MaxRetriesHasBeenSet
()
const
{
return
m_maxRetriesHasBeenSet; }
46
inline
void
SetMaxRetries
(
int
value) {
47
m_maxRetriesHasBeenSet =
true
;
48
m_maxRetries = value;
49
}
50
inline
RetryConfigInput
&
WithMaxRetries
(
int
value) {
51
SetMaxRetries
(value);
52
return
*
this
;
53
}
55
private
:
56
int
m_maxRetries{0};
57
bool
m_maxRetriesHasBeenSet =
false
;
58
};
59
60
}
// namespace Model
61
}
// namespace Synthetics
62
}
// namespace Aws
Aws::Synthetics::Model::RetryConfigInput
Definition
RetryConfigInput.h:33
Aws::Synthetics::Model::RetryConfigInput::Jsonize
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Synthetics::Model::RetryConfigInput::RetryConfigInput
AWS_SYNTHETICS_API RetryConfigInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Synthetics::Model::RetryConfigInput::GetMaxRetries
int GetMaxRetries() const
Definition
RetryConfigInput.h:44
Aws::Synthetics::Model::RetryConfigInput::MaxRetriesHasBeenSet
bool MaxRetriesHasBeenSet() const
Definition
RetryConfigInput.h:45
Aws::Synthetics::Model::RetryConfigInput::RetryConfigInput
AWS_SYNTHETICS_API RetryConfigInput()=default
Aws::Synthetics::Model::RetryConfigInput::operator=
AWS_SYNTHETICS_API RetryConfigInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Synthetics::Model::RetryConfigInput::SetMaxRetries
void SetMaxRetries(int value)
Definition
RetryConfigInput.h:46
Aws::Synthetics::Model::RetryConfigInput::WithMaxRetries
RetryConfigInput & WithMaxRetries(int value)
Definition
RetryConfigInput.h:50
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences