7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename InstanceIdT = Aws::String>
47 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
48 template<
typename InstanceIdT = Aws::String>
58 template<
typename PublicIpT = Aws::String>
59 void SetPublicIp(PublicIpT&& value) { m_publicIpHasBeenSet =
true; m_publicIp = std::forward<PublicIpT>(value); }
60 template<
typename PublicIpT = Aws::String>
71 template<
typename AllocationIdT = Aws::String>
72 void SetAllocationId(AllocationIdT&& value) { m_allocationIdHasBeenSet =
true; m_allocationId = std::forward<AllocationIdT>(value); }
73 template<
typename AllocationIdT = Aws::String>
84 template<
typename AssociationIdT = Aws::String>
85 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
86 template<
typename AssociationIdT = Aws::String>
98 template<
typename DomainT = Aws::String>
99 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
100 template<
typename DomainT = Aws::String>
111 template<
typename PublicIpv4PoolT = Aws::String>
112 void SetPublicIpv4Pool(PublicIpv4PoolT&& value) { m_publicIpv4PoolHasBeenSet =
true; m_publicIpv4Pool = std::forward<PublicIpv4PoolT>(value); }
113 template<
typename PublicIpv4PoolT = Aws::String>
123 template<
typename NetworkBorderGroupT = Aws::String>
124 void SetNetworkBorderGroup(NetworkBorderGroupT&& value) { m_networkBorderGroupHasBeenSet =
true; m_networkBorderGroup = std::forward<NetworkBorderGroupT>(value); }
125 template<
typename NetworkBorderGroupT = Aws::String>
135 template<
typename NetworkInterfaceIdT = Aws::String>
136 void SetNetworkInterfaceId(NetworkInterfaceIdT&& value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value); }
137 template<
typename NetworkInterfaceIdT = Aws::String>
147 template<
typename NetworkInterfaceOwnerIdT = Aws::String>
148 void SetNetworkInterfaceOwnerId(NetworkInterfaceOwnerIdT&& value) { m_networkInterfaceOwnerIdHasBeenSet =
true; m_networkInterfaceOwnerId = std::forward<NetworkInterfaceOwnerIdT>(value); }
149 template<
typename NetworkInterfaceOwnerIdT = Aws::String>
159 template<
typename PrivateIpAddressT = Aws::String>
160 void SetPrivateIpAddress(PrivateIpAddressT&& value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress = std::forward<PrivateIpAddressT>(value); }
161 template<
typename PrivateIpAddressT = Aws::String>
167 bool m_instanceIdHasBeenSet =
false;
170 bool m_publicIpHasBeenSet =
false;
173 bool m_allocationIdHasBeenSet =
false;
176 bool m_associationIdHasBeenSet =
false;
179 bool m_domainHasBeenSet =
false;
182 bool m_publicIpv4PoolHasBeenSet =
false;
185 bool m_networkBorderGroupHasBeenSet =
false;
188 bool m_networkInterfaceIdHasBeenSet =
false;
191 bool m_networkInterfaceOwnerIdHasBeenSet =
false;
194 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