This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-cloud9/include/aws/cloud9/model/EnvironmentMember.h

286 lines
10 KiB
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/cloud9/Cloud9_EXPORTS.h>
#include <aws/cloud9/model/Permissions.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/DateTime.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace Cloud9
{
namespace Model
{
/**
* <p>Information about an environment member for an AWS Cloud9 development
* environment.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/EnvironmentMember">AWS
* API Reference</a></p>
*/
class AWS_CLOUD9_API EnvironmentMember
{
public:
EnvironmentMember();
EnvironmentMember(Aws::Utils::Json::JsonView jsonValue);
EnvironmentMember& operator=(Aws::Utils::Json::JsonView jsonValue);
Aws::Utils::Json::JsonValue Jsonize() const;
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline const Permissions& GetPermissions() const{ return m_permissions; }
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline bool PermissionsHasBeenSet() const { return m_permissionsHasBeenSet; }
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline void SetPermissions(const Permissions& value) { m_permissionsHasBeenSet = true; m_permissions = value; }
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline void SetPermissions(Permissions&& value) { m_permissionsHasBeenSet = true; m_permissions = std::move(value); }
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline EnvironmentMember& WithPermissions(const Permissions& value) { SetPermissions(value); return *this;}
/**
* <p>The type of environment member permissions associated with this environment
* member. Available values include:</p> <ul> <li> <p> <code>owner</code>: Owns the
* environment.</p> </li> <li> <p> <code>read-only</code>: Has read-only access to
* the environment.</p> </li> <li> <p> <code>read-write</code>: Has read-write
* access to the environment.</p> </li> </ul>
*/
inline EnvironmentMember& WithPermissions(Permissions&& value) { SetPermissions(std::move(value)); return *this;}
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline const Aws::String& GetUserId() const{ return m_userId; }
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline bool UserIdHasBeenSet() const { return m_userIdHasBeenSet; }
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline void SetUserId(const Aws::String& value) { m_userIdHasBeenSet = true; m_userId = value; }
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline void SetUserId(Aws::String&& value) { m_userIdHasBeenSet = true; m_userId = std::move(value); }
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline void SetUserId(const char* value) { m_userIdHasBeenSet = true; m_userId.assign(value); }
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline EnvironmentMember& WithUserId(const Aws::String& value) { SetUserId(value); return *this;}
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline EnvironmentMember& WithUserId(Aws::String&& value) { SetUserId(std::move(value)); return *this;}
/**
* <p>The user ID in AWS Identity and Access Management (AWS IAM) of the
* environment member.</p>
*/
inline EnvironmentMember& WithUserId(const char* value) { SetUserId(value); return *this;}
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline const Aws::String& GetUserArn() const{ return m_userArn; }
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline bool UserArnHasBeenSet() const { return m_userArnHasBeenSet; }
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline void SetUserArn(const Aws::String& value) { m_userArnHasBeenSet = true; m_userArn = value; }
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline void SetUserArn(Aws::String&& value) { m_userArnHasBeenSet = true; m_userArn = std::move(value); }
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline void SetUserArn(const char* value) { m_userArnHasBeenSet = true; m_userArn.assign(value); }
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline EnvironmentMember& WithUserArn(const Aws::String& value) { SetUserArn(value); return *this;}
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline EnvironmentMember& WithUserArn(Aws::String&& value) { SetUserArn(std::move(value)); return *this;}
/**
* <p>The Amazon Resource Name (ARN) of the environment member.</p>
*/
inline EnvironmentMember& WithUserArn(const char* value) { SetUserArn(value); return *this;}
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline const Aws::String& GetEnvironmentId() const{ return m_environmentId; }
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline bool EnvironmentIdHasBeenSet() const { return m_environmentIdHasBeenSet; }
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline void SetEnvironmentId(const Aws::String& value) { m_environmentIdHasBeenSet = true; m_environmentId = value; }
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline void SetEnvironmentId(Aws::String&& value) { m_environmentIdHasBeenSet = true; m_environmentId = std::move(value); }
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline void SetEnvironmentId(const char* value) { m_environmentIdHasBeenSet = true; m_environmentId.assign(value); }
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline EnvironmentMember& WithEnvironmentId(const Aws::String& value) { SetEnvironmentId(value); return *this;}
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline EnvironmentMember& WithEnvironmentId(Aws::String&& value) { SetEnvironmentId(std::move(value)); return *this;}
/**
* <p>The ID of the environment for the environment member.</p>
*/
inline EnvironmentMember& WithEnvironmentId(const char* value) { SetEnvironmentId(value); return *this;}
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline const Aws::Utils::DateTime& GetLastAccess() const{ return m_lastAccess; }
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline bool LastAccessHasBeenSet() const { return m_lastAccessHasBeenSet; }
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline void SetLastAccess(const Aws::Utils::DateTime& value) { m_lastAccessHasBeenSet = true; m_lastAccess = value; }
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline void SetLastAccess(Aws::Utils::DateTime&& value) { m_lastAccessHasBeenSet = true; m_lastAccess = std::move(value); }
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline EnvironmentMember& WithLastAccess(const Aws::Utils::DateTime& value) { SetLastAccess(value); return *this;}
/**
* <p>The time, expressed in epoch time format, when the environment member last
* opened the environment.</p>
*/
inline EnvironmentMember& WithLastAccess(Aws::Utils::DateTime&& value) { SetLastAccess(std::move(value)); return *this;}
private:
Permissions m_permissions;
bool m_permissionsHasBeenSet;
Aws::String m_userId;
bool m_userIdHasBeenSet;
Aws::String m_userArn;
bool m_userArnHasBeenSet;
Aws::String m_environmentId;
bool m_environmentIdHasBeenSet;
Aws::Utils::DateTime m_lastAccess;
bool m_lastAccessHasBeenSet;
};
} // namespace Model
} // namespace Cloud9
} // namespace Aws