7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
47 template<
typename DataflowEndpo
intGroupArnT = Aws::String>
48 void SetDataflowEndpointGroupArn(DataflowEndpointGroupArnT&& value) { m_dataflowEndpointGroupArnHasBeenSet =
true; m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value); }
49 template<
typename DataflowEndpo
intGroupArnT = Aws::String>
59 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
60 void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { m_dataflowEndpointGroupIdHasBeenSet =
true; m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value); }
61 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
67 bool m_dataflowEndpointGroupArnHasBeenSet =
false;
70 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
DataflowEndpointListItem & WithDataflowEndpointGroupArn(DataflowEndpointGroupArnT &&value)
AWS_GROUNDSTATION_API DataflowEndpointListItem()=default
AWS_GROUNDSTATION_API DataflowEndpointListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
const Aws::String & GetDataflowEndpointGroupArn() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataflowEndpointGroupId() const
AWS_GROUNDSTATION_API DataflowEndpointListItem(Aws::Utils::Json::JsonView jsonValue)
bool DataflowEndpointGroupIdHasBeenSet() const
DataflowEndpointListItem & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
void SetDataflowEndpointGroupArn(DataflowEndpointGroupArnT &&value)
bool DataflowEndpointGroupArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue