7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
56 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
57 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
71 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
85 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
99 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
154 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
191 inline void SetLastModifiedRegion(
const char* value) { m_lastModifiedRegionHasBeenSet =
true; m_lastModifiedRegion.assign(value); }
221 inline void SetMaxSessionDuration(
int value) { m_maxSessionDurationHasBeenSet =
true; m_maxSessionDuration = value; }
227 bool m_idHasBeenSet =
false;
230 bool m_arnHasBeenSet =
false;
233 bool m_nameHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_allowedIpsHasBeenSet =
false;
242 bool m_blockedIpsHasBeenSet =
false;
245 bool m_isDefaultHasBeenSet =
false;
248 bool m_createdTimeHasBeenSet =
false;
251 bool m_lastModifiedTimeHasBeenSet =
false;
254 bool m_lastModifiedRegionHasBeenSet =
false;
256 int m_periodicSessionDuration;
257 bool m_periodicSessionDurationHasBeenSet =
false;
259 int m_maxSessionDuration;
260 bool m_maxSessionDurationHasBeenSet =
false;
bool MaxSessionDurationHasBeenSet() const
bool IdHasBeenSet() const
AuthenticationProfile & WithName(Aws::String &&value)
AuthenticationProfile & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetId(Aws::String &&value)
AWS_CONNECT_API AuthenticationProfile()
void SetName(const char *value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetAllowedIps(Aws::Vector< Aws::String > &&value)
AuthenticationProfile & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
AuthenticationProfile & WithMaxSessionDuration(int value)
bool PeriodicSessionDurationHasBeenSet() const
AuthenticationProfile & WithId(const Aws::String &value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetMaxSessionDuration(int value)
void SetBlockedIps(Aws::Vector< Aws::String > &&value)
AuthenticationProfile & WithArn(Aws::String &&value)
AuthenticationProfile & WithLastModifiedTime(const Aws::Utils::DateTime &value)
void SetName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetBlockedIps() const
AuthenticationProfile & WithLastModifiedTime(Aws::Utils::DateTime &&value)
bool AllowedIpsHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetLastModifiedRegion(Aws::String &&value)
void SetId(const char *value)
AuthenticationProfile & WithLastModifiedRegion(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
AuthenticationProfile & WithPeriodicSessionDuration(int value)
AuthenticationProfile & WithArn(const char *value)
void SetId(const Aws::String &value)
AuthenticationProfile & WithAllowedIps(const Aws::Vector< Aws::String > &value)
AuthenticationProfile & AddAllowedIps(const char *value)
AuthenticationProfile & WithCreatedTime(Aws::Utils::DateTime &&value)
void SetArn(Aws::String &&value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
int GetMaxSessionDuration() const
const Aws::String & GetId() const
void SetLastModifiedRegion(const Aws::String &value)
AuthenticationProfile & WithLastModifiedRegion(const char *value)
AuthenticationProfile & AddAllowedIps(const Aws::String &value)
void SetBlockedIps(const Aws::Vector< Aws::String > &value)
AuthenticationProfile & WithDescription(const char *value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
bool LastModifiedRegionHasBeenSet() const
AuthenticationProfile & WithAllowedIps(Aws::Vector< Aws::String > &&value)
AuthenticationProfile & WithIsDefault(bool value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
AWS_CONNECT_API AuthenticationProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
void SetArn(const char *value)
AuthenticationProfile & WithLastModifiedRegion(const Aws::String &value)
AuthenticationProfile & AddBlockedIps(const Aws::String &value)
AWS_CONNECT_API AuthenticationProfile(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedTime() const
AuthenticationProfile & WithDescription(Aws::String &&value)
bool GetIsDefault() const
AuthenticationProfile & WithId(Aws::String &&value)
const Aws::String & GetLastModifiedRegion() const
AuthenticationProfile & WithName(const char *value)
void SetIsDefault(bool value)
AuthenticationProfile & AddAllowedIps(Aws::String &&value)
AuthenticationProfile & WithId(const char *value)
AuthenticationProfile & WithName(const Aws::String &value)
AuthenticationProfile & WithBlockedIps(Aws::Vector< Aws::String > &&value)
AuthenticationProfile & AddBlockedIps(const char *value)
bool CreatedTimeHasBeenSet() const
AuthenticationProfile & AddBlockedIps(Aws::String &&value)
const Aws::Vector< Aws::String > & GetAllowedIps() const
void SetDescription(const char *value)
void SetLastModifiedRegion(const char *value)
int GetPeriodicSessionDuration() const
AuthenticationProfile & WithArn(const Aws::String &value)
AuthenticationProfile & WithBlockedIps(const Aws::Vector< Aws::String > &value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPeriodicSessionDuration(int value)
bool BlockedIpsHasBeenSet() const
const Aws::String & GetArn() const
void SetAllowedIps(const Aws::Vector< Aws::String > &value)
void SetArn(const Aws::String &value)
bool LastModifiedTimeHasBeenSet() const
void SetDescription(const Aws::String &value)
bool ArnHasBeenSet() const
bool IsDefaultHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue