7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename DeletePropertiesT = Aws::Vector<Aws::String>>
43 m_deletePropertiesHasBeenSet =
true;
44 m_deleteProperties = std::forward<DeletePropertiesT>(value);
46 template <
typename DeletePropertiesT = Aws::Vector<Aws::String>>
51 template <
typename DeletePropertiesT = Aws::String>
53 m_deletePropertiesHasBeenSet =
true;
54 m_deleteProperties.emplace_back(std::forward<DeletePropertiesT>(value));
65 template <
typename DescriptionT = Aws::String>
67 m_descriptionHasBeenSet =
true;
68 m_description = std::forward<DescriptionT>(value);
70 template <
typename DescriptionT = Aws::String>
83 template <
typename DisplayNameT = Aws::String>
85 m_displayNameHasBeenSet =
true;
86 m_displayName = std::forward<DisplayNameT>(value);
88 template <
typename DisplayNameT = Aws::String>
101 template <
typename ImageNameT = Aws::String>
103 m_imageNameHasBeenSet =
true;
104 m_imageName = std::forward<ImageNameT>(value);
106 template <
typename ImageNameT = Aws::String>
120 template <
typename RoleArnT = Aws::String>
122 m_roleArnHasBeenSet =
true;
123 m_roleArn = std::forward<RoleArnT>(value);
125 template <
typename RoleArnT = Aws::String>
141 bool m_deletePropertiesHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_displayNameHasBeenSet =
false;
144 bool m_imageNameHasBeenSet =
false;
145 bool m_roleArnHasBeenSet =
false;
void SetDeleteProperties(DeletePropertiesT &&value)
virtual const char * GetServiceRequestName() const override
void SetDisplayName(DisplayNameT &&value)
UpdateImageRequest & WithDeleteProperties(DeletePropertiesT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetDisplayName() const
const Aws::String & GetImageName() const
UpdateImageRequest & WithImageName(ImageNameT &&value)
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API UpdateImageRequest()=default
bool DeletePropertiesHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetRoleArn() const
void SetImageName(ImageNameT &&value)
void SetRoleArn(RoleArnT &&value)
bool DisplayNameHasBeenSet() const
bool ImageNameHasBeenSet() const
UpdateImageRequest & AddDeleteProperties(DeletePropertiesT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateImageRequest & WithDisplayName(DisplayNameT &&value)
UpdateImageRequest & WithDescription(DescriptionT &&value)
UpdateImageRequest & WithRoleArn(RoleArnT &&value)
const Aws::Vector< Aws::String > & GetDeleteProperties() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector