AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ElasticGpuSpecificationResponse.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Xml
17{
18 class XmlNode;
19} // namespace Xml
20} // namespace Utils
21namespace EC2
22{
23namespace Model
24{
25
35 {
36 public:
40
41 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
42 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
43
44
46
51 inline const Aws::String& GetType() const{ return m_type; }
52 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
53 inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; }
54 inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
55 inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); }
56 inline ElasticGpuSpecificationResponse& WithType(const Aws::String& value) { SetType(value); return *this;}
57 inline ElasticGpuSpecificationResponse& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;}
58 inline ElasticGpuSpecificationResponse& WithType(const char* value) { SetType(value); return *this;}
60 private:
61
62 Aws::String m_type;
63 bool m_typeHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace EC2
68} // namespace Aws
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API ElasticGpuSpecificationResponse(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ElasticGpuSpecificationResponse & WithType(Aws::String &&value)
AWS_EC2_API ElasticGpuSpecificationResponse & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ElasticGpuSpecificationResponse & WithType(const Aws::String &value)
ElasticGpuSpecificationResponse & WithType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream