7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
38 template <
typename AuthenticationProfileIdT = Aws::String>
40 m_authenticationProfileIdHasBeenSet =
true;
41 m_authenticationProfileId = std::forward<AuthenticationProfileIdT>(value);
43 template <
typename AuthenticationProfileIdT = Aws::String>
58 template <
typename InstanceIdT = Aws::String>
60 m_instanceIdHasBeenSet =
true;
61 m_instanceId = std::forward<InstanceIdT>(value);
63 template <
typename InstanceIdT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
115 template <
typename AllowedIpsT = Aws::Vector<Aws::String>>
117 m_allowedIpsHasBeenSet =
true;
118 m_allowedIps = std::forward<AllowedIpsT>(value);
120 template <
typename AllowedIpsT = Aws::Vector<Aws::String>>
125 template <
typename AllowedIpsT = Aws::String>
127 m_allowedIpsHasBeenSet =
true;
128 m_allowedIps.emplace_back(std::forward<AllowedIpsT>(value));
144 template <
typename BlockedIpsT = Aws::Vector<Aws::String>>
146 m_blockedIpsHasBeenSet =
true;
147 m_blockedIps = std::forward<BlockedIpsT>(value);
149 template <
typename BlockedIpsT = Aws::Vector<Aws::String>>
154 template <
typename BlockedIpsT = Aws::String>
156 m_blockedIpsHasBeenSet =
true;
157 m_blockedIps.emplace_back(std::forward<BlockedIpsT>(value));
170 m_sessionInactivityDurationHasBeenSet =
true;
171 m_sessionInactivityDuration = value;
186 m_sessionInactivityHandlingEnabledHasBeenSet =
true;
187 m_sessionInactivityHandlingEnabled = value;
207 int m_sessionInactivityDuration{0};
209 bool m_sessionInactivityHandlingEnabled{
false};
210 bool m_authenticationProfileIdHasBeenSet =
false;
211 bool m_instanceIdHasBeenSet =
false;
212 bool m_nameHasBeenSet =
false;
213 bool m_descriptionHasBeenSet =
false;
214 bool m_allowedIpsHasBeenSet =
false;
215 bool m_blockedIpsHasBeenSet =
false;
216 bool m_sessionInactivityDurationHasBeenSet =
false;
217 bool m_sessionInactivityHandlingEnabledHasBeenSet =
false;
const Aws::String & GetAuthenticationProfileId() const
int GetSessionInactivityDuration() const
bool SessionInactivityDurationHasBeenSet() const
void SetName(NameT &&value)
void SetSessionInactivityHandlingEnabled(bool value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetAllowedIps(AllowedIpsT &&value)
UpdateAuthenticationProfileRequest & AddBlockedIps(BlockedIpsT &&value)
bool InstanceIdHasBeenSet() const
void SetAuthenticationProfileId(AuthenticationProfileIdT &&value)
bool BlockedIpsHasBeenSet() const
bool SessionInactivityHandlingEnabledHasBeenSet() const
UpdateAuthenticationProfileRequest & WithSessionInactivityDuration(int value)
UpdateAuthenticationProfileRequest & WithBlockedIps(BlockedIpsT &&value)
AWS_CONNECT_API UpdateAuthenticationProfileRequest()=default
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)
bool GetSessionInactivityHandlingEnabled() const
UpdateAuthenticationProfileRequest & WithSessionInactivityHandlingEnabled(bool value)
const Aws::Vector< Aws::String > & GetBlockedIps() const
UpdateAuthenticationProfileRequest & WithInstanceId(InstanceIdT &&value)
bool AllowedIpsHasBeenSet() 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
void SetSessionInactivityDuration(int value)
const Aws::String & GetDescription() const
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