AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CopyImageResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace AppStream
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Aws::String& GetDestinationImageName() const{ return m_destinationImageName; }
39
43 inline void SetDestinationImageName(const Aws::String& value) { m_destinationImageName = value; }
44
48 inline void SetDestinationImageName(Aws::String&& value) { m_destinationImageName = std::move(value); }
49
53 inline void SetDestinationImageName(const char* value) { m_destinationImageName.assign(value); }
54
58 inline CopyImageResult& WithDestinationImageName(const Aws::String& value) { SetDestinationImageName(value); return *this;}
59
63 inline CopyImageResult& WithDestinationImageName(Aws::String&& value) { SetDestinationImageName(std::move(value)); return *this;}
64
68 inline CopyImageResult& WithDestinationImageName(const char* value) { SetDestinationImageName(value); return *this;}
69
70 private:
71
72 Aws::String m_destinationImageName;
73 };
74
75} // namespace Model
76} // namespace AppStream
77} // namespace Aws
#define AWS_APPSTREAM_API
CopyImageResult & WithDestinationImageName(const Aws::String &value)
CopyImageResult & WithDestinationImageName(const char *value)
void SetDestinationImageName(const char *value)
void SetDestinationImageName(Aws::String &&value)
AWS_APPSTREAM_API CopyImageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API CopyImageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDestinationImageName() const
CopyImageResult & WithDestinationImageName(Aws::String &&value)
void SetDestinationImageName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String