7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline SourceIpConfig&
AddCidrs(
const char* value) { m_cidrsHasBeenSet =
true; m_cidrs.push_back(value);
return *
this; }
67 bool m_cidrsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
SourceIpConfig & WithCidrs(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API SourceIpConfig()
SourceIpConfig & AddCidrs(Aws::String &&value)
void SetCidrs(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API SourceIpConfig(Aws::Utils::Json::JsonView jsonValue)
void SetCidrs(Aws::Vector< Aws::String > &&value)
bool CidrsHasBeenSet() const
SourceIpConfig & AddCidrs(const Aws::String &value)
SourceIpConfig & WithCidrs(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetCidrs() const
AWS_SAGEMAKER_API SourceIpConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceIpConfig & AddCidrs(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue