/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The name and ARN of the admin for the AppInstance
.See
* Also:
AWS
* API Reference
The AppInstanceAdmin
data.
The AppInstanceAdmin
data.
The AppInstanceAdmin
data.
The AppInstanceAdmin
data.
The AppInstanceAdmin
data.
The AppInstanceAdmin
data.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The ARN of the AppInstance
for which the user is an
* administrator.
The time at which an administrator was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; } /** *The time at which an administrator was created.
*/ inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; } /** *The time at which an administrator was created.
*/ inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; } /** *The time at which an administrator was created.
*/ inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); } /** *The time at which an administrator was created.
*/ inline AppInstanceAdmin& WithCreatedTimestamp(const Aws::Utils::DateTime& value) { SetCreatedTimestamp(value); return *this;} /** *The time at which an administrator was created.
*/ inline AppInstanceAdmin& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;} private: Identity m_admin; bool m_adminHasBeenSet = false; Aws::String m_appInstanceArn; bool m_appInstanceArnHasBeenSet = false; Aws::Utils::DateTime m_createdTimestamp; bool m_createdTimestampHasBeenSet = false; }; } // namespace Model } // namespace ChimeSDKIdentity } // namespace Aws