7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
58 bool m_vpcIdHasBeenSet =
false;
VpcConfiguration & WithVpcId(const Aws::String &value)
void SetVpcId(const Aws::String &value)
AWS_S3CONTROL_API VpcConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetVpcId(Aws::String &&value)
VpcConfiguration & WithVpcId(Aws::String &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool VpcIdHasBeenSet() const
void SetVpcId(const char *value)
const Aws::String & GetVpcId() const
VpcConfiguration & WithVpcId(const char *value)
AWS_S3CONTROL_API VpcConfiguration()
AWS_S3CONTROL_API VpcConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String