7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RegistryIdT = Aws::String>
49 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
50 template<
typename RegistryIdT = Aws::String>
60 template<
typename RepositoryNameT = Aws::String>
61 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
62 template<
typename RepositoryNameT = Aws::String>
72 template<
typename UploadIdT = Aws::String>
73 void SetUploadId(UploadIdT&& value) { m_uploadIdHasBeenSet =
true; m_uploadId = std::forward<UploadIdT>(value); }
74 template<
typename UploadIdT = Aws::String>
85 inline void SetLastValidByteReceived(
long long value) { m_lastValidByteReceivedHasBeenSet =
true; m_lastValidByteReceived = value; }
95 template<
typename MessageT = Aws::String>
96 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
97 template<
typename MessageT = Aws::String>
103 bool m_registryIdHasBeenSet =
false;
106 bool m_repositoryNameHasBeenSet =
false;
109 bool m_uploadIdHasBeenSet =
false;
111 long long m_lastValidByteReceived{0};
112 bool m_lastValidByteReceivedHasBeenSet =
false;
115 bool m_messageHasBeenSet =
false;
long long GetLastValidByteReceived() const
bool RepositoryNameHasBeenSet() const
const Aws::String & GetMessage() const
InvalidLayerPartException & WithMessage(MessageT &&value)
AWS_ECR_API InvalidLayerPartException()=default
const Aws::String & GetRegistryId() const
AWS_ECR_API InvalidLayerPartException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
bool LastValidByteReceivedHasBeenSet() const
bool MessageHasBeenSet() const
void SetLastValidByteReceived(long long value)
const Aws::String & GetRepositoryName() const
InvalidLayerPartException & WithRegistryId(RegistryIdT &&value)
void SetRegistryId(RegistryIdT &&value)
void SetUploadId(UploadIdT &&value)
InvalidLayerPartException & WithUploadId(UploadIdT &&value)
bool RegistryIdHasBeenSet() const
InvalidLayerPartException & WithLastValidByteReceived(long long value)
bool UploadIdHasBeenSet() const
InvalidLayerPartException & WithRepositoryName(RepositoryNameT &&value)
const Aws::String & GetUploadId() const
AWS_ECR_API InvalidLayerPartException(Aws::Utils::Json::JsonView jsonValue)
void SetRepositoryName(RepositoryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue