7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecr/ECR_EXPORTS.h>
45 template <
typename AuthorizationTokenT = Aws::String>
47 m_authorizationTokenHasBeenSet =
true;
48 m_authorizationToken = std::forward<AuthorizationTokenT>(value);
50 template <
typename AuthorizationTokenT = Aws::String>
64 template <
typename ExpiresAtT = Aws::Utils::DateTime>
66 m_expiresAtHasBeenSet =
true;
67 m_expiresAt = std::forward<ExpiresAtT>(value);
69 template <
typename ExpiresAtT = Aws::Utils::DateTime>
85 template <
typename ProxyEndpo
intT = Aws::String>
87 m_proxyEndpointHasBeenSet =
true;
88 m_proxyEndpoint = std::forward<ProxyEndpointT>(value);
90 template <
typename ProxyEndpo
intT = Aws::String>
102 bool m_authorizationTokenHasBeenSet =
false;
103 bool m_expiresAtHasBeenSet =
false;
104 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