7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/vpc-lattice/model/ServiceNetworkLogType.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
64 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 template<
typename DestinationArnT = Aws::String>
75 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
76 template<
typename DestinationArnT = Aws::String>
86 template<
typename IdT = Aws::String>
87 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
88 template<
typename IdT = Aws::String>
99 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
100 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
101 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
111 template<
typename ResourceArnT = Aws::String>
112 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
113 template<
typename ResourceArnT = Aws::String>
123 template<
typename ResourceIdT = Aws::String>
124 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
125 template<
typename ResourceIdT = Aws::String>
141 bool m_arnHasBeenSet =
false;
144 bool m_createdAtHasBeenSet =
false;
147 bool m_destinationArnHasBeenSet =
false;
150 bool m_idHasBeenSet =
false;
153 bool m_lastUpdatedAtHasBeenSet =
false;
156 bool m_resourceArnHasBeenSet =
false;
159 bool m_resourceIdHasBeenSet =
false;
162 bool m_serviceNetworkLogTypeHasBeenSet =
false;
const Aws::String & GetResourceArn() const
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DestinationArnHasBeenSet() const
void SetArn(ArnT &&value)
bool LastUpdatedAtHasBeenSet() const
AWS_VPCLATTICE_API AccessLogSubscriptionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool IdHasBeenSet() const
bool CreatedAtHasBeenSet() const
AccessLogSubscriptionSummary & WithServiceNetworkLogType(ServiceNetworkLogType value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetArn() const
void SetDestinationArn(DestinationArnT &&value)
const Aws::String & GetResourceId() const
AWS_VPCLATTICE_API AccessLogSubscriptionSummary()=default
const Aws::Utils::DateTime & GetLastUpdatedAt() const
AccessLogSubscriptionSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetResourceArn(ResourceArnT &&value)
bool ResourceIdHasBeenSet() const
bool ArnHasBeenSet() const
bool ServiceNetworkLogTypeHasBeenSet() const
void SetServiceNetworkLogType(ServiceNetworkLogType value)
const Aws::Utils::DateTime & GetCreatedAt() const
AccessLogSubscriptionSummary & WithId(IdT &&value)
const Aws::String & GetDestinationArn() const
void SetResourceId(ResourceIdT &&value)
AccessLogSubscriptionSummary & WithCreatedAt(CreatedAtT &&value)
AccessLogSubscriptionSummary & WithResourceArn(ResourceArnT &&value)
ServiceNetworkLogType GetServiceNetworkLogType() const
AccessLogSubscriptionSummary & WithDestinationArn(DestinationArnT &&value)
AWS_VPCLATTICE_API AccessLogSubscriptionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetId() const
AccessLogSubscriptionSummary & WithArn(ArnT &&value)
AccessLogSubscriptionSummary & WithResourceId(ResourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue