AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
GitConfigForUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKER_API GitConfigForUpdate() = default;
31 AWS_SAGEMAKER_API GitConfigForUpdate(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline const Aws::String& GetSecretArn() const { return m_secretArn; }
44 inline bool SecretArnHasBeenSet() const { return m_secretArnHasBeenSet; }
45 template <typename SecretArnT = Aws::String>
46 void SetSecretArn(SecretArnT&& value) {
47 m_secretArnHasBeenSet = true;
48 m_secretArn = std::forward<SecretArnT>(value);
49 }
50 template <typename SecretArnT = Aws::String>
51 GitConfigForUpdate& WithSecretArn(SecretArnT&& value) {
52 SetSecretArn(std::forward<SecretArnT>(value));
53 return *this;
54 }
56 private:
57 Aws::String m_secretArn;
58 bool m_secretArnHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace SageMaker
63} // namespace Aws
GitConfigForUpdate & WithSecretArn(SecretArnT &&value)
AWS_SAGEMAKER_API GitConfigForUpdate()=default
AWS_SAGEMAKER_API GitConfigForUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API GitConfigForUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue