7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
42 template <
typename VpcIdT = Aws::String>
44 m_vpcIdHasBeenSet =
true;
45 m_vpcId = std::forward<VpcIdT>(value);
47 template <
typename VpcIdT = Aws::String>
49 SetVpcId(std::forward<VpcIdT>(value));
55 bool m_vpcIdHasBeenSet =
false;
VpcConfiguration & WithVpcId(VpcIdT &&value)
AWS_S3CONTROL_API VpcConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API VpcConfiguration()=default
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool VpcIdHasBeenSet() const
void SetVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
AWS_S3CONTROL_API VpcConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String