7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template<
typename AuthenticationProfileIdT = Aws::String>
43 void SetAuthenticationProfileId(AuthenticationProfileIdT&& value) { m_authenticationProfileIdHasBeenSet =
true; m_authenticationProfileId = std::forward<AuthenticationProfileIdT>(value); }
44 template<
typename AuthenticationProfileIdT = Aws::String>
56 template<
typename InstanceIdT = Aws::String>
57 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
58 template<
typename InstanceIdT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
95 template<
typename AllowedIpsT = Aws::Vector<Aws::String>>
96 void SetAllowedIps(AllowedIpsT&& value) { m_allowedIpsHasBeenSet =
true; m_allowedIps = std::forward<AllowedIpsT>(value); }
97 template<
typename AllowedIpsT = Aws::Vector<Aws::String>>
99 template<
typename AllowedIpsT = Aws::String>
114 template<
typename BlockedIpsT = Aws::Vector<Aws::String>>
115 void SetBlockedIps(BlockedIpsT&& value) { m_blockedIpsHasBeenSet =
true; m_blockedIps = std::forward<BlockedIpsT>(value); }
116 template<
typename BlockedIpsT = Aws::Vector<Aws::String>>
118 template<
typename BlockedIpsT = Aws::String>
139 bool m_authenticationProfileIdHasBeenSet =
false;
142 bool m_instanceIdHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
151 bool m_allowedIpsHasBeenSet =
false;
154 bool m_blockedIpsHasBeenSet =
false;
156 int m_periodicSessionDuration{0};
157 bool m_periodicSessionDurationHasBeenSet =
false;
const Aws::String & GetAuthenticationProfileId() const
void SetName(NameT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetAllowedIps(AllowedIpsT &&value)
void SetPeriodicSessionDuration(int value)
UpdateAuthenticationProfileRequest & AddBlockedIps(BlockedIpsT &&value)
bool InstanceIdHasBeenSet() const
void SetAuthenticationProfileId(AuthenticationProfileIdT &&value)
bool BlockedIpsHasBeenSet() const
UpdateAuthenticationProfileRequest & WithBlockedIps(BlockedIpsT &&value)
AWS_CONNECT_API UpdateAuthenticationProfileRequest()=default
bool PeriodicSessionDurationHasBeenSet() const
const Aws::String & GetName() const
void SetInstanceId(InstanceIdT &&value)
UpdateAuthenticationProfileRequest & WithAllowedIps(AllowedIpsT &&value)
const Aws::String & GetInstanceId() const
virtual const char * GetServiceRequestName() const override
void SetBlockedIps(BlockedIpsT &&value)
const Aws::Vector< Aws::String > & GetBlockedIps() const
UpdateAuthenticationProfileRequest & WithInstanceId(InstanceIdT &&value)
bool AllowedIpsHasBeenSet() const
int GetPeriodicSessionDuration() const
bool NameHasBeenSet() const
UpdateAuthenticationProfileRequest & WithDescription(DescriptionT &&value)
bool AuthenticationProfileIdHasBeenSet() const
UpdateAuthenticationProfileRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetAllowedIps() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
UpdateAuthenticationProfileRequest & WithPeriodicSessionDuration(int value)
UpdateAuthenticationProfileRequest & AddAllowedIps(AllowedIpsT &&value)
UpdateAuthenticationProfileRequest & WithAuthenticationProfileId(AuthenticationProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector