/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
UUID of a dataflow endpoint group.
*/ inline const Aws::String& GetDataflowEndpointGroupId() const{ return m_dataflowEndpointGroupId; } /** *UUID of a dataflow endpoint group.
*/ inline void SetDataflowEndpointGroupId(const Aws::String& value) { m_dataflowEndpointGroupId = value; } /** *UUID of a dataflow endpoint group.
*/ inline void SetDataflowEndpointGroupId(Aws::String&& value) { m_dataflowEndpointGroupId = std::move(value); } /** *UUID of a dataflow endpoint group.
*/ inline void SetDataflowEndpointGroupId(const char* value) { m_dataflowEndpointGroupId.assign(value); } /** *UUID of a dataflow endpoint group.
*/ inline DeleteDataflowEndpointGroupResult& WithDataflowEndpointGroupId(const Aws::String& value) { SetDataflowEndpointGroupId(value); return *this;} /** *UUID of a dataflow endpoint group.
*/ inline DeleteDataflowEndpointGroupResult& WithDataflowEndpointGroupId(Aws::String&& value) { SetDataflowEndpointGroupId(std::move(value)); return *this;} /** *UUID of a dataflow endpoint group.
*/ inline DeleteDataflowEndpointGroupResult& WithDataflowEndpointGroupId(const char* value) { SetDataflowEndpointGroupId(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DeleteDataflowEndpointGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DeleteDataflowEndpointGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DeleteDataflowEndpointGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_dataflowEndpointGroupId; Aws::String m_requestId; }; } // namespace Model } // namespace GroundStation } // namespace Aws