48 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
69 inline void SetNetworkAclId(
const char* value) { m_networkAclIdHasBeenSet =
true; m_networkAclId.assign(value); }
104 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
129 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
234 inline NetworkAcl&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
243 bool m_networkAclIdHasBeenSet;
245 bool m_vpcIdHasBeenSet;
247 bool m_isDefaultHasBeenSet;
249 bool m_entriesHasBeenSet;
251 bool m_associationsHasBeenSet;
253 bool m_tagsHasBeenSet;
void SetNetworkAclId(Aws::String &&value)
NetworkAcl & AddEntries(NetworkAclEntry &&value)
const Aws::Vector< Tag > & GetTags() const
bool GetIsDefault() const
void SetAssociations(Aws::Vector< NetworkAclAssociation > &&value)
void SetEntries(Aws::Vector< NetworkAclEntry > &&value)
const Aws::String & GetNetworkAclId() const
NetworkAcl & AddEntries(const NetworkAclEntry &value)
NetworkAcl & WithEntries(const Aws::Vector< NetworkAclEntry > &value)
NetworkAcl & WithEntries(Aws::Vector< NetworkAclEntry > &&value)
const Aws::String & GetVpcId() const
void SetIsDefault(bool value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::Vector< NetworkAclAssociation > & GetAssociations() const
NetworkAcl & WithNetworkAclId(const Aws::String &value)
NetworkAcl & WithVpcId(Aws::String &&value)
NetworkAcl & AddAssociations(NetworkAclAssociation &&value)
void SetAssociations(const Aws::Vector< NetworkAclAssociation > &value)
void SetEntries(const Aws::Vector< NetworkAclEntry > &value)
NetworkAcl & WithTags(Aws::Vector< Tag > &&value)
void SetNetworkAclId(const char *value)
NetworkAcl & WithVpcId(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetTags(Aws::Vector< Tag > &&value)
void SetVpcId(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
NetworkAcl & AddAssociations(const NetworkAclAssociation &value)
void SetVpcId(Aws::String &&value)
NetworkAcl & WithAssociations(Aws::Vector< NetworkAclAssociation > &&value)
NetworkAcl & WithAssociations(const Aws::Vector< NetworkAclAssociation > &value)
NetworkAcl & WithVpcId(const Aws::String &value)
const Aws::Vector< NetworkAclEntry > & GetEntries() const
NetworkAcl & WithTags(const Aws::Vector< Tag > &value)
NetworkAcl & AddTags(const Tag &value)
void SetNetworkAclId(const Aws::String &value)
NetworkAcl & WithNetworkAclId(Aws::String &&value)
void SetVpcId(const char *value)
NetworkAcl & AddTags(Tag &&value)
JSON (JavaScript Object Notation).
NetworkAcl & WithNetworkAclId(const char *value)
NetworkAcl & WithIsDefault(bool value)