7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DeletePropertiesT = Aws::Vector<Aws::String>>
46 void SetDeleteProperties(DeletePropertiesT&& value) { m_deletePropertiesHasBeenSet =
true; m_deleteProperties = std::forward<DeletePropertiesT>(value); }
47 template<
typename DeletePropertiesT = Aws::Vector<Aws::String>>
49 template<
typename DeletePropertiesT = Aws::String>
50 UpdateImageRequest&
AddDeleteProperties(DeletePropertiesT&& value) { m_deletePropertiesHasBeenSet =
true; m_deleteProperties.emplace_back(std::forward<DeletePropertiesT>(value));
return *
this; }
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename DisplayNameT = Aws::String>
72 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
73 template<
typename DisplayNameT = Aws::String>
83 template<
typename ImageNameT = Aws::String>
84 void SetImageName(ImageNameT&& value) { m_imageNameHasBeenSet =
true; m_imageName = std::forward<ImageNameT>(value); }
85 template<
typename ImageNameT = Aws::String>
96 template<
typename RoleArnT = Aws::String>
97 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
98 template<
typename RoleArnT = Aws::String>
104 bool m_deletePropertiesHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_displayNameHasBeenSet =
false;
113 bool m_imageNameHasBeenSet =
false;
116 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