7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename ServiceNameT = Aws::String>
42 m_serviceNameHasBeenSet =
true;
43 m_serviceName = std::forward<ServiceNameT>(value);
45 template <
typename ServiceNameT = Aws::String>
74 template <
typename LabelT = Aws::String>
76 m_labelHasBeenSet =
true;
77 m_label = std::forward<LabelT>(value);
79 template <
typename LabelT = Aws::String>
81 SetLabel(std::forward<LabelT>(value));
92 template <
typename DigestT = Aws::String>
94 m_digestHasBeenSet =
true;
95 m_digest = std::forward<DigestT>(value);
97 template <
typename DigestT = Aws::String>
105 bool m_serviceNameHasBeenSet =
false;
108 bool m_labelHasBeenSet =
false;
111 bool m_digestHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
RegisterContainerImageRequest & WithServiceName(ServiceNameT &&value)
void SetDigest(DigestT &&value)
const Aws::String & GetLabel() const
void SetServiceName(ServiceNameT &&value)
const Aws::String & GetDigest() const
void SetLabel(LabelT &&value)
AWS_LIGHTSAIL_API Aws::String SerializePayload() const override
RegisterContainerImageRequest & WithDigest(DigestT &&value)
bool ServiceNameHasBeenSet() const
bool DigestHasBeenSet() const
bool LabelHasBeenSet() const
const Aws::String & GetServiceName() const
RegisterContainerImageRequest & WithLabel(LabelT &&value)
AWS_LIGHTSAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LIGHTSAIL_API RegisterContainerImageRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String