/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Summary information for groups.See Also:
AWS
* API Reference
The identifier of the group you want group summary information on.
*/ inline const Aws::String& GetGroupId() const{ return m_groupId; } /** *The identifier of the group you want group summary information on.
*/ inline bool GroupIdHasBeenSet() const { return m_groupIdHasBeenSet; } /** *The identifier of the group you want group summary information on.
*/ inline void SetGroupId(const Aws::String& value) { m_groupIdHasBeenSet = true; m_groupId = value; } /** *The identifier of the group you want group summary information on.
*/ inline void SetGroupId(Aws::String&& value) { m_groupIdHasBeenSet = true; m_groupId = std::move(value); } /** *The identifier of the group you want group summary information on.
*/ inline void SetGroupId(const char* value) { m_groupIdHasBeenSet = true; m_groupId.assign(value); } /** *The identifier of the group you want group summary information on.
*/ inline GroupSummary& WithGroupId(const Aws::String& value) { SetGroupId(value); return *this;} /** *The identifier of the group you want group summary information on.
*/ inline GroupSummary& WithGroupId(Aws::String&& value) { SetGroupId(std::move(value)); return *this;} /** *The identifier of the group you want group summary information on.
*/ inline GroupSummary& WithGroupId(const char* value) { SetGroupId(value); return *this;} /** *The timestamp identifier used for the latest PUT
or
* DELETE
action.
The timestamp identifier used for the latest PUT
or
* DELETE
action.
The timestamp identifier used for the latest PUT
or
* DELETE
action.
The timestamp identifier used for the latest PUT
or
* DELETE
action.