/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes an egress-only internet gateway.See Also:
AWS
* API Reference
Information about the attachment of the egress-only internet gateway.
*/ inline const Aws::VectorInformation about the attachment of the egress-only internet gateway.
*/ inline bool AttachmentsHasBeenSet() const { return m_attachmentsHasBeenSet; } /** *Information about the attachment of the egress-only internet gateway.
*/ inline void SetAttachments(const Aws::VectorInformation about the attachment of the egress-only internet gateway.
*/ inline void SetAttachments(Aws::VectorInformation about the attachment of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithAttachments(const Aws::VectorInformation about the attachment of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithAttachments(Aws::VectorInformation about the attachment of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& AddAttachments(const InternetGatewayAttachment& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(value); return *this; } /** *Information about the attachment of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& AddAttachments(InternetGatewayAttachment&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std::move(value)); return *this; } /** *The ID of the egress-only internet gateway.
*/ inline const Aws::String& GetEgressOnlyInternetGatewayId() const{ return m_egressOnlyInternetGatewayId; } /** *The ID of the egress-only internet gateway.
*/ inline bool EgressOnlyInternetGatewayIdHasBeenSet() const { return m_egressOnlyInternetGatewayIdHasBeenSet; } /** *The ID of the egress-only internet gateway.
*/ inline void SetEgressOnlyInternetGatewayId(const Aws::String& value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId = value; } /** *The ID of the egress-only internet gateway.
*/ inline void SetEgressOnlyInternetGatewayId(Aws::String&& value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId = std::move(value); } /** *The ID of the egress-only internet gateway.
*/ inline void SetEgressOnlyInternetGatewayId(const char* value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId.assign(value); } /** *The ID of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithEgressOnlyInternetGatewayId(const Aws::String& value) { SetEgressOnlyInternetGatewayId(value); return *this;} /** *The ID of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithEgressOnlyInternetGatewayId(Aws::String&& value) { SetEgressOnlyInternetGatewayId(std::move(value)); return *this;} /** *The ID of the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithEgressOnlyInternetGatewayId(const char* value) { SetEgressOnlyInternetGatewayId(value); return *this;} /** *The tags assigned to the egress-only internet gateway.
*/ inline const Aws::VectorThe tags assigned to the egress-only internet gateway.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *The tags assigned to the egress-only internet gateway.
*/ inline void SetTags(const Aws::VectorThe tags assigned to the egress-only internet gateway.
*/ inline void SetTags(Aws::VectorThe tags assigned to the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithTags(const Aws::VectorThe tags assigned to the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& WithTags(Aws::VectorThe tags assigned to the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *The tags assigned to the egress-only internet gateway.
*/ inline EgressOnlyInternetGateway& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::Vector