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>
11#include <aws/evs/model/ConnectorType.h>
45 template <
typename ClientTokenT = Aws::String>
47 m_clientTokenHasBeenSet =
true;
48 m_clientToken = std::forward<ClientTokenT>(value);
50 template <
typename ClientTokenT = Aws::String>
63 template <
typename EnvironmentIdT = Aws::String>
65 m_environmentIdHasBeenSet =
true;
66 m_environmentId = std::forward<EnvironmentIdT>(value);
68 template <
typename EnvironmentIdT = Aws::String>
82 m_typeHasBeenSet =
true;
98 template <
typename ApplianceFqdnT = Aws::String>
100 m_applianceFqdnHasBeenSet =
true;
101 m_applianceFqdn = std::forward<ApplianceFqdnT>(value);
103 template <
typename ApplianceFqdnT = Aws::String>
119 template <
typename SecretIdentifierT = Aws::String>
121 m_secretIdentifierHasBeenSet =
true;
122 m_secretIdentifier = std::forward<SecretIdentifierT>(value);
124 template <
typename SecretIdentifierT = Aws::String>
140 bool m_clientTokenHasBeenSet =
true;
141 bool m_environmentIdHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
143 bool m_applianceFqdnHasBeenSet =
false;
144 bool m_secretIdentifierHasBeenSet =
false;
bool EnvironmentIdHasBeenSet() const
AWS_EVS_API CreateEnvironmentConnectorRequest()=default
AWS_EVS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ApplianceFqdnHasBeenSet() const
CreateEnvironmentConnectorRequest & WithSecretIdentifier(SecretIdentifierT &&value)
bool SecretIdentifierHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateEnvironmentConnectorRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetSecretIdentifier() const
bool TypeHasBeenSet() const
bool ClientTokenHasBeenSet() const
AWS_EVS_API Aws::String SerializePayload() const override
CreateEnvironmentConnectorRequest & WithType(ConnectorType value)
void SetSecretIdentifier(SecretIdentifierT &&value)
ConnectorType GetType() const
CreateEnvironmentConnectorRequest & WithApplianceFqdn(ApplianceFqdnT &&value)
void SetType(ConnectorType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApplianceFqdn() const
void SetEnvironmentId(EnvironmentIdT &&value)
void SetApplianceFqdn(ApplianceFqdnT &&value)
const Aws::String & GetEnvironmentId() const
CreateEnvironmentConnectorRequest & WithEnvironmentId(EnvironmentIdT &&value)
const Aws::String & GetClientToken() 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