7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
50 template <
typename C
idrsT = Aws::Vector<Aws::String>>
52 m_cidrsHasBeenSet =
true;
53 m_cidrs = std::forward<CidrsT>(value);
55 template <
typename C
idrsT = Aws::Vector<Aws::String>>
57 SetCidrs(std::forward<CidrsT>(value));
60 template <
typename C
idrsT = Aws::String>
62 m_cidrsHasBeenSet =
true;
63 m_cidrs.emplace_back(std::forward<CidrsT>(value));
69 bool m_cidrsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCidrs(CidrsT &&value)
SourceIpConfig & WithCidrs(CidrsT &&value)
SourceIpConfig & AddCidrs(CidrsT &&value)
AWS_SAGEMAKER_API SourceIpConfig(Aws::Utils::Json::JsonView jsonValue)
bool CidrsHasBeenSet() const
AWS_SAGEMAKER_API SourceIpConfig()=default
const Aws::Vector< Aws::String > & GetCidrs() const
AWS_SAGEMAKER_API SourceIpConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue