7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ServiceNameT = Aws::String>
45 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
46 template<
typename ServiceNameT = Aws::String>
72 template<
typename LabelT = Aws::String>
73 void SetLabel(LabelT&& value) { m_labelHasBeenSet =
true; m_label = std::forward<LabelT>(value); }
74 template<
typename LabelT = Aws::String>
84 template<
typename DigestT = Aws::String>
85 void SetDigest(DigestT&& value) { m_digestHasBeenSet =
true; m_digest = std::forward<DigestT>(value); }
86 template<
typename DigestT = Aws::String>
92 bool m_serviceNameHasBeenSet =
false;
95 bool m_labelHasBeenSet =
false;
98 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