7#include <aws/ecr-public/ECRPublic_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>
72 bool m_authorizationTokenHasBeenSet =
false;
75 bool m_expiresAtHasBeenSet =
false;
bool AuthorizationTokenHasBeenSet() const
AWS_ECRPUBLIC_API AuthorizationData & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthorizationData & WithExpiresAt(ExpiresAtT &&value)
void SetExpiresAt(ExpiresAtT &&value)
const Aws::Utils::DateTime & GetExpiresAt() const
bool ExpiresAtHasBeenSet() const
void SetAuthorizationToken(AuthorizationTokenT &&value)
AuthorizationData & WithAuthorizationToken(AuthorizationTokenT &&value)
AWS_ECRPUBLIC_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAuthorizationToken() const
AWS_ECRPUBLIC_API AuthorizationData(Aws::Utils::Json::JsonView jsonValue)
AWS_ECRPUBLIC_API AuthorizationData()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue