/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides a summary of the dataset group properties used in the ListDatasetGroups
* operation. To get the complete set of properties, call the DescribeDatasetGroup
* operation, and provide the DatasetGroupArn
.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the dataset group.
*/ inline const Aws::String& GetDatasetGroupArn() const{ return m_datasetGroupArn; } /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline bool DatasetGroupArnHasBeenSet() const { return m_datasetGroupArnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline void SetDatasetGroupArn(const Aws::String& value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn = value; } /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline void SetDatasetGroupArn(Aws::String&& value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn = std::move(value); } /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline void SetDatasetGroupArn(const char* value) { m_datasetGroupArnHasBeenSet = true; m_datasetGroupArn.assign(value); } /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupArn(const Aws::String& value) { SetDatasetGroupArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupArn(Aws::String&& value) { SetDatasetGroupArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupArn(const char* value) { SetDatasetGroupArn(value); return *this;} /** *The name of the dataset group.
*/ inline const Aws::String& GetDatasetGroupName() const{ return m_datasetGroupName; } /** *The name of the dataset group.
*/ inline bool DatasetGroupNameHasBeenSet() const { return m_datasetGroupNameHasBeenSet; } /** *The name of the dataset group.
*/ inline void SetDatasetGroupName(const Aws::String& value) { m_datasetGroupNameHasBeenSet = true; m_datasetGroupName = value; } /** *The name of the dataset group.
*/ inline void SetDatasetGroupName(Aws::String&& value) { m_datasetGroupNameHasBeenSet = true; m_datasetGroupName = std::move(value); } /** *The name of the dataset group.
*/ inline void SetDatasetGroupName(const char* value) { m_datasetGroupNameHasBeenSet = true; m_datasetGroupName.assign(value); } /** *The name of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupName(const Aws::String& value) { SetDatasetGroupName(value); return *this;} /** *The name of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupName(Aws::String&& value) { SetDatasetGroupName(std::move(value)); return *this;} /** *The name of the dataset group.
*/ inline DatasetGroupSummary& WithDatasetGroupName(const char* value) { SetDatasetGroupName(value); return *this;} /** *When the dataset group was created.
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *When the dataset group was created.
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *When the dataset group was created.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *When the dataset group was created.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *When the dataset group was created.
*/ inline DatasetGroupSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *When the dataset group was created.
*/ inline DatasetGroupSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
* operation. While the dataset group is being updated,
* LastModificationTime
is the current time of the
* ListDatasetGroups
call.