7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename InstanceIdT = Aws::String>
42 m_instanceIdHasBeenSet =
true;
43 m_instanceId = std::forward<InstanceIdT>(value);
45 template <
typename InstanceIdT = Aws::String>
58 template <
typename PublicIpT = Aws::String>
60 m_publicIpHasBeenSet =
true;
61 m_publicIp = std::forward<PublicIpT>(value);
63 template <
typename PublicIpT = Aws::String>
77 template <
typename AllocationIdT = Aws::String>
79 m_allocationIdHasBeenSet =
true;
80 m_allocationId = std::forward<AllocationIdT>(value);
82 template <
typename AllocationIdT = Aws::String>
96 template <
typename AssociationIdT = Aws::String>
98 m_associationIdHasBeenSet =
true;
99 m_associationId = std::forward<AssociationIdT>(value);
101 template <
typename AssociationIdT = Aws::String>
116 template <
typename DomainT = Aws::String>
118 m_domainHasBeenSet =
true;
119 m_domain = std::forward<DomainT>(value);
121 template <
typename DomainT = Aws::String>
135 template <
typename PublicIpv4PoolT = Aws::String>
137 m_publicIpv4PoolHasBeenSet =
true;
138 m_publicIpv4Pool = std::forward<PublicIpv4PoolT>(value);
140 template <
typename PublicIpv4PoolT = Aws::String>
153 template <
typename NetworkBorderGroupT = Aws::String>
155 m_networkBorderGroupHasBeenSet =
true;
156 m_networkBorderGroup = std::forward<NetworkBorderGroupT>(value);
158 template <
typename NetworkBorderGroupT = Aws::String>
171 template <
typename NetworkInterfaceIdT = Aws::String>
173 m_networkInterfaceIdHasBeenSet =
true;
174 m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value);
176 template <
typename NetworkInterfaceIdT = Aws::String>
189 template <
typename NetworkInterfaceOwnerIdT = Aws::String>
191 m_networkInterfaceOwnerIdHasBeenSet =
true;
192 m_networkInterfaceOwnerId = std::forward<NetworkInterfaceOwnerIdT>(value);
194 template <
typename NetworkInterfaceOwnerIdT = Aws::String>
207 template <
typename PrivateIpAddressT = Aws::String>
209 m_privateIpAddressHasBeenSet =
true;
210 m_privateIpAddress = std::forward<PrivateIpAddressT>(value);
212 template <
typename PrivateIpAddressT = Aws::String>
238 bool m_instanceIdHasBeenSet =
false;
239 bool m_publicIpHasBeenSet =
false;
240 bool m_allocationIdHasBeenSet =
false;
241 bool m_associationIdHasBeenSet =
false;
242 bool m_domainHasBeenSet =
false;
243 bool m_publicIpv4PoolHasBeenSet =
false;
244 bool m_networkBorderGroupHasBeenSet =
false;
245 bool m_networkInterfaceIdHasBeenSet =
false;
246 bool m_networkInterfaceOwnerIdHasBeenSet =
false;
247 bool m_privateIpAddressHasBeenSet =
false;
void SetAllocationId(AllocationIdT &&value)
AwsEc2EipDetails & WithAllocationId(AllocationIdT &&value)
bool PublicIpHasBeenSet() const
AWS_SECURITYHUB_API AwsEc2EipDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DomainHasBeenSet() const
bool NetworkInterfaceIdHasBeenSet() const
void SetPublicIpv4Pool(PublicIpv4PoolT &&value)
AwsEc2EipDetails & WithDomain(DomainT &&value)
bool InstanceIdHasBeenSet() const
const Aws::String & GetInstanceId() const
const Aws::String & GetPublicIp() const
bool NetworkInterfaceOwnerIdHasBeenSet() const
AwsEc2EipDetails & WithPrivateIpAddress(PrivateIpAddressT &&value)
const Aws::String & GetPrivateIpAddress() const
const Aws::String & GetAssociationId() const
void SetDomain(DomainT &&value)
AwsEc2EipDetails & WithInstanceId(InstanceIdT &&value)
const Aws::String & GetNetworkInterfaceId() const
void SetNetworkInterfaceOwnerId(NetworkInterfaceOwnerIdT &&value)
AWS_SECURITYHUB_API AwsEc2EipDetails()=default
const Aws::String & GetPublicIpv4Pool() const
void SetPublicIp(PublicIpT &&value)
const Aws::String & GetAllocationId() const
bool NetworkBorderGroupHasBeenSet() const
bool PublicIpv4PoolHasBeenSet() const
AwsEc2EipDetails & WithNetworkBorderGroup(NetworkBorderGroupT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsEc2EipDetails & WithNetworkInterfaceOwnerId(NetworkInterfaceOwnerIdT &&value)
AwsEc2EipDetails & WithAssociationId(AssociationIdT &&value)
const Aws::String & GetDomain() const
bool AllocationIdHasBeenSet() const
bool AssociationIdHasBeenSet() const
AwsEc2EipDetails & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
AWS_SECURITYHUB_API AwsEc2EipDetails(Aws::Utils::Json::JsonView jsonValue)
AwsEc2EipDetails & WithPublicIp(PublicIpT &&value)
AwsEc2EipDetails & WithPublicIpv4Pool(PublicIpv4PoolT &&value)
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetInstanceId(InstanceIdT &&value)
void SetPrivateIpAddress(PrivateIpAddressT &&value)
const Aws::String & GetNetworkInterfaceOwnerId() const
const Aws::String & GetNetworkBorderGroup() const
bool PrivateIpAddressHasBeenSet() const
void SetNetworkBorderGroup(NetworkBorderGroupT &&value)
void SetAssociationId(AssociationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue