/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Amount of time, in seconds, after a contact ends that the Ground Station
* Dataflow Endpoint Group will be in a POSTPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
Amount of time, in seconds, after a contact ends that the Ground Station
* Dataflow Endpoint Group will be in a POSTPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
Amount of time, in seconds, after a contact ends that the Ground Station
* Dataflow Endpoint Group will be in a POSTPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
Amount of time, in seconds, after a contact ends that the Ground Station
* Dataflow Endpoint Group will be in a POSTPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
Amount of time, in seconds, before a contact starts that the Ground Station
* Dataflow Endpoint Group will be in a PREPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
Amount of time, in seconds, before a contact starts that the Ground Station
* Dataflow Endpoint Group will be in a PREPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
Amount of time, in seconds, before a contact starts that the Ground Station
* Dataflow Endpoint Group will be in a PREPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
Amount of time, in seconds, before a contact starts that the Ground Station
* Dataflow Endpoint Group will be in a PREPASS
state. A Ground
* Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
Endpoint details of each endpoint in the dataflow endpoint group.
*/ inline const Aws::VectorEndpoint details of each endpoint in the dataflow endpoint group.
*/ inline bool EndpointDetailsHasBeenSet() const { return m_endpointDetailsHasBeenSet; } /** *Endpoint details of each endpoint in the dataflow endpoint group.
*/ inline void SetEndpointDetails(const Aws::VectorEndpoint details of each endpoint in the dataflow endpoint group.
*/ inline void SetEndpointDetails(Aws::VectorEndpoint details of each endpoint in the dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& WithEndpointDetails(const Aws::VectorEndpoint details of each endpoint in the dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& WithEndpointDetails(Aws::VectorEndpoint details of each endpoint in the dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddEndpointDetails(const EndpointDetails& value) { m_endpointDetailsHasBeenSet = true; m_endpointDetails.push_back(value); return *this; } /** *Endpoint details of each endpoint in the dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddEndpointDetails(EndpointDetails&& value) { m_endpointDetailsHasBeenSet = true; m_endpointDetails.push_back(std::move(value)); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline const Aws::MapTags of a dataflow endpoint group.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags of a dataflow endpoint group.
*/ inline void SetTags(const Aws::MapTags of a dataflow endpoint group.
*/ inline void SetTags(Aws::MapTags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& WithTags(const Aws::MapTags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& WithTags(Aws::MapTags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags of a dataflow endpoint group.
*/ inline CreateDataflowEndpointGroupRequest& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } private: int m_contactPostPassDurationSeconds; bool m_contactPostPassDurationSecondsHasBeenSet = false; int m_contactPrePassDurationSeconds; bool m_contactPrePassDurationSecondsHasBeenSet = false; Aws::Vector