7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/ImageConfig.h>
9#include <aws/lambda/model/ImageConfigError.h>
48 template<
typename ImageConfigT = ImageConfig>
49 void SetImageConfig(ImageConfigT&& value) { m_imageConfigHasBeenSet =
true; m_imageConfig = std::forward<ImageConfigT>(value); }
50 template<
typename ImageConfigT = ImageConfig>
60 template<
typename ErrorT = ImageConfigError>
61 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
62 template<
typename ErrorT = ImageConfigError>
68 bool m_imageConfigHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
ImageConfigResponse & WithError(ErrorT &&value)
AWS_LAMBDA_API ImageConfigResponse()=default
AWS_LAMBDA_API ImageConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API ImageConfigResponse(Aws::Utils::Json::JsonView jsonValue)
ImageConfigResponse & WithImageConfig(ImageConfigT &&value)
bool ImageConfigHasBeenSet() const
void SetError(ErrorT &&value)
bool ErrorHasBeenSet() const
const ImageConfig & GetImageConfig() const
const ImageConfigError & GetError() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetImageConfig(ImageConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue