7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/TransitGatewayPolicyTableState.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/ec2/model/Tag.h>
54 inline void SetTransitGatewayPolicyTableId(
const char* value) { m_transitGatewayPolicyTableIdHasBeenSet =
true; m_transitGatewayPolicyTableId.assign(value); }
68 inline void SetTransitGatewayId(
const char* value) { m_transitGatewayIdHasBeenSet =
true; m_transitGatewayId.assign(value); }
114 bool m_transitGatewayPolicyTableIdHasBeenSet =
false;
117 bool m_transitGatewayIdHasBeenSet =
false;
120 bool m_stateHasBeenSet =
false;
123 bool m_creationTimeHasBeenSet =
false;
126 bool m_tagsHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Utils::DateTime & GetCreationTime() const
TransitGatewayPolicyTable & WithTransitGatewayPolicyTableId(const char *value)
TransitGatewayPolicyTable & WithState(TransitGatewayPolicyTableState &&value)
const Aws::String & GetTransitGatewayId() const
void SetCreationTime(const Aws::Utils::DateTime &value)
AWS_EC2_API TransitGatewayPolicyTable(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTransitGatewayId(const char *value)
void SetTransitGatewayPolicyTableId(Aws::String &&value)
TransitGatewayPolicyTable & WithCreationTime(Aws::Utils::DateTime &&value)
TransitGatewayPolicyTable & WithState(const TransitGatewayPolicyTableState &value)
TransitGatewayPolicyTable & WithTransitGatewayId(const Aws::String &value)
AWS_EC2_API TransitGatewayPolicyTable & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TransitGatewayPolicyTable & WithTransitGatewayPolicyTableId(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetTransitGatewayId(const Aws::String &value)
void SetTransitGatewayPolicyTableId(const char *value)
TransitGatewayPolicyTable & WithTags(const Aws::Vector< Tag > &value)
void SetState(const TransitGatewayPolicyTableState &value)
void SetTransitGatewayPolicyTableId(const Aws::String &value)
void SetState(TransitGatewayPolicyTableState &&value)
TransitGatewayPolicyTable & AddTags(Tag &&value)
TransitGatewayPolicyTable & WithTransitGatewayId(const char *value)
bool TransitGatewayPolicyTableIdHasBeenSet() const
TransitGatewayPolicyTable & AddTags(const Tag &value)
TransitGatewayPolicyTable & WithCreationTime(const Aws::Utils::DateTime &value)
AWS_EC2_API TransitGatewayPolicyTable()
const TransitGatewayPolicyTableState & GetState() const
bool TransitGatewayIdHasBeenSet() const
bool TagsHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
TransitGatewayPolicyTable & WithTags(Aws::Vector< Tag > &&value)
TransitGatewayPolicyTable & WithTransitGatewayId(Aws::String &&value)
bool CreationTimeHasBeenSet() const
void SetCreationTime(Aws::Utils::DateTime &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTransitGatewayId(Aws::String &&value)
const Aws::String & GetTransitGatewayPolicyTableId() const
const Aws::Vector< Tag > & GetTags() const
bool StateHasBeenSet() const
TransitGatewayPolicyTable & WithTransitGatewayPolicyTableId(Aws::String &&value)
TransitGatewayPolicyTableState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream