AWS SDK for C++
AWS SDK for C++ Version 1.11.612
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
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
Synthetics
20
{
21
namespace
Model
22
{
23
38
class
RetryConfigInput
39
{
40
public
:
41
AWS_SYNTHETICS_API
RetryConfigInput
() =
default
;
42
AWS_SYNTHETICS_API
RetryConfigInput
(
Aws::Utils::Json::JsonView
jsonValue);
43
AWS_SYNTHETICS_API
RetryConfigInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
44
AWS_SYNTHETICS_API
Aws::Utils::Json::JsonValue
Jsonize
()
const
;
45
46
48
51
inline
int
GetMaxRetries
()
const
{
return
m_maxRetries; }
52
inline
bool
MaxRetriesHasBeenSet
()
const
{
return
m_maxRetriesHasBeenSet; }
53
inline
void
SetMaxRetries
(
int
value) { m_maxRetriesHasBeenSet =
true
; m_maxRetries = value; }
54
inline
RetryConfigInput
&
WithMaxRetries
(
int
value) {
SetMaxRetries
(value);
return
*
this
;}
56
private
:
57
58
int
m_maxRetries{0};
59
bool
m_maxRetriesHasBeenSet =
false
;
60
};
61
62
}
// namespace Model
63
}
// namespace Synthetics
64
}
// namespace Aws
Aws::Synthetics::Model::RetryConfigInput
Definition
RetryConfigInput.h:39
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:51
Aws::Synthetics::Model::RetryConfigInput::MaxRetriesHasBeenSet
bool MaxRetriesHasBeenSet() const
Definition
RetryConfigInput.h:52
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:53
Aws::Synthetics::Model::RetryConfigInput::WithMaxRetries
RetryConfigInput & WithMaxRetries(int value)
Definition
RetryConfigInput.h:54
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