7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/evs/EVSRequest.h>
10#include <aws/evs/EVS_EXPORTS.h>
44 template <
typename ClientTokenT = Aws::String>
46 m_clientTokenHasBeenSet =
true;
47 m_clientToken = std::forward<ClientTokenT>(value);
49 template <
typename ClientTokenT = Aws::String>
62 template <
typename EnvironmentIdT = Aws::String>
64 m_environmentIdHasBeenSet =
true;
65 m_environmentId = std::forward<EnvironmentIdT>(value);
67 template <
typename EnvironmentIdT = Aws::String>
80 template <
typename ConnectorIdT = Aws::String>
82 m_connectorIdHasBeenSet =
true;
83 m_connectorId = std::forward<ConnectorIdT>(value);
85 template <
typename ConnectorIdT = Aws::String>
99 template <
typename ApplianceFqdnT = Aws::String>
101 m_applianceFqdnHasBeenSet =
true;
102 m_applianceFqdn = std::forward<ApplianceFqdnT>(value);
104 template <
typename ApplianceFqdnT = Aws::String>
118 template <
typename SecretIdentifierT = Aws::String>
120 m_secretIdentifierHasBeenSet =
true;
121 m_secretIdentifier = std::forward<SecretIdentifierT>(value);
123 template <
typename SecretIdentifierT = Aws::String>
139 bool m_clientTokenHasBeenSet =
true;
140 bool m_environmentIdHasBeenSet =
false;
141 bool m_connectorIdHasBeenSet =
false;
142 bool m_applianceFqdnHasBeenSet =
false;
143 bool m_secretIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_EVS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetConnectorId() const
bool ClientTokenHasBeenSet() const
AWS_EVS_API UpdateEnvironmentConnectorRequest()=default
bool ApplianceFqdnHasBeenSet() const
UpdateEnvironmentConnectorRequest & WithEnvironmentId(EnvironmentIdT &&value)
bool EnvironmentIdHasBeenSet() const
void SetSecretIdentifier(SecretIdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetSecretIdentifier() const
bool ConnectorIdHasBeenSet() const
const Aws::String & GetClientToken() const
void SetApplianceFqdn(ApplianceFqdnT &&value)
UpdateEnvironmentConnectorRequest & WithConnectorId(ConnectorIdT &&value)
void SetConnectorId(ConnectorIdT &&value)
UpdateEnvironmentConnectorRequest & WithClientToken(ClientTokenT &&value)
UpdateEnvironmentConnectorRequest & WithSecretIdentifier(SecretIdentifierT &&value)
bool SecretIdentifierHasBeenSet() const
const Aws::String & GetApplianceFqdn() const
AWS_EVS_API Aws::String SerializePayload() const override
UpdateEnvironmentConnectorRequest & WithApplianceFqdn(ApplianceFqdnT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetEnvironmentId() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String