7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 template<
typename AuthorizationTokenT = Aws::String>
52 void SetAuthorizationToken(AuthorizationTokenT&& value) { m_authorizationTokenHasBeenSet =
true; m_authorizationToken = std::forward<AuthorizationTokenT>(value); }
53 template<
typename AuthorizationTokenT = Aws::String>
64 template<
typename ExpiresAtT = Aws::Utils::DateTime>
65 void SetExpiresAt(ExpiresAtT&& value) { m_expiresAtHasBeenSet =
true; m_expiresAt = std::forward<ExpiresAtT>(value); }
66 template<
typename ExpiresAtT = Aws::Utils::DateTime>
79 template<
typename ProxyEndpo
intT = Aws::String>
80 void SetProxyEndpoint(ProxyEndpointT&& value) { m_proxyEndpointHasBeenSet =
true; m_proxyEndpoint = std::forward<ProxyEndpointT>(value); }
81 template<
typename ProxyEndpo
intT = Aws::String>
87 bool m_authorizationTokenHasBeenSet =
false;
90 bool m_expiresAtHasBeenSet =
false;
93 bool m_proxyEndpointHasBeenSet =
false;
AuthorizationData & WithProxyEndpoint(ProxyEndpointT &&value)
AWS_ECR_API AuthorizationData(Aws::Utils::Json::JsonView jsonValue)
AuthorizationData & WithExpiresAt(ExpiresAtT &&value)
AuthorizationData & WithAuthorizationToken(AuthorizationTokenT &&value)
bool AuthorizationTokenHasBeenSet() const
void SetProxyEndpoint(ProxyEndpointT &&value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetExpiresAt() const
const Aws::String & GetAuthorizationToken() const
void SetExpiresAt(ExpiresAtT &&value)
const Aws::String & GetProxyEndpoint() const
bool ExpiresAtHasBeenSet() const
bool ProxyEndpointHasBeenSet() const
AWS_ECR_API AuthorizationData()=default
void SetAuthorizationToken(AuthorizationTokenT &&value)
AWS_ECR_API AuthorizationData & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue