AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-monitoring
include
aws
monitoring
model
GetMetricWidgetImageResult.h
1
6
#pragma once
7
#include <aws/monitoring/CloudWatch_EXPORTS.h>
8
#include <aws/core/utils/Array.h>
9
#include <aws/monitoring/model/ResponseMetadata.h>
10
#include <utility>
11
12
namespace
Aws
13
{
14
template
<
typename
RESULT_TYPE>
15
class
AmazonWebServiceResult;
16
17
namespace
Utils
18
{
19
namespace
Xml
20
{
21
class
XmlDocument
;
22
}
// namespace Xml
23
}
// namespace Utils
24
namespace
CloudWatch
25
{
26
namespace
Model
27
{
28
class
GetMetricWidgetImageResult
29
{
30
public
:
31
AWS_CLOUDWATCH_API
GetMetricWidgetImageResult
();
32
AWS_CLOUDWATCH_API
GetMetricWidgetImageResult
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>
& result);
33
AWS_CLOUDWATCH_API
GetMetricWidgetImageResult
&
operator=
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>
& result);
34
35
37
41
inline
const
Aws::Utils::ByteBuffer
&
GetMetricWidgetImage
()
const
{
return
m_metricWidgetImage; }
42
inline
void
SetMetricWidgetImage
(
const
Aws::Utils::ByteBuffer
& value) { m_metricWidgetImage = value; }
43
inline
void
SetMetricWidgetImage
(
Aws::Utils::ByteBuffer
&& value) { m_metricWidgetImage = std::move(value); }
44
inline
GetMetricWidgetImageResult
&
WithMetricWidgetImage
(
const
Aws::Utils::ByteBuffer
& value) {
SetMetricWidgetImage
(value);
return
*
this
;}
45
inline
GetMetricWidgetImageResult
&
WithMetricWidgetImage
(
Aws::Utils::ByteBuffer
&& value) {
SetMetricWidgetImage
(std::move(value));
return
*
this
;}
47
49
50
inline
const
ResponseMetadata
&
GetResponseMetadata
()
const
{
return
m_responseMetadata; }
51
inline
void
SetResponseMetadata
(
const
ResponseMetadata
& value) { m_responseMetadata = value; }
52
inline
void
SetResponseMetadata
(
ResponseMetadata
&& value) { m_responseMetadata = std::move(value); }
53
inline
GetMetricWidgetImageResult
&
WithResponseMetadata
(
const
ResponseMetadata
& value) {
SetResponseMetadata
(value);
return
*
this
;}
54
inline
GetMetricWidgetImageResult
&
WithResponseMetadata
(
ResponseMetadata
&& value) {
SetResponseMetadata
(std::move(value));
return
*
this
;}
56
private
:
57
58
Aws::Utils::ByteBuffer
m_metricWidgetImage;
59
60
ResponseMetadata
m_responseMetadata;
61
};
62
63
}
// namespace Model
64
}
// namespace CloudWatch
65
}
// namespace Aws
Aws::AmazonWebServiceResult
Aws::CloudWatch::Model::GetMetricWidgetImageResult
Definition
GetMetricWidgetImageResult.h:29
Aws::CloudWatch::Model::GetMetricWidgetImageResult::WithResponseMetadata
GetMetricWidgetImageResult & WithResponseMetadata(ResponseMetadata &&value)
Definition
GetMetricWidgetImageResult.h:54
Aws::CloudWatch::Model::GetMetricWidgetImageResult::SetResponseMetadata
void SetResponseMetadata(const ResponseMetadata &value)
Definition
GetMetricWidgetImageResult.h:51
Aws::CloudWatch::Model::GetMetricWidgetImageResult::GetMetricWidgetImageResult
AWS_CLOUDWATCH_API GetMetricWidgetImageResult()
Aws::CloudWatch::Model::GetMetricWidgetImageResult::WithMetricWidgetImage
GetMetricWidgetImageResult & WithMetricWidgetImage(const Aws::Utils::ByteBuffer &value)
Definition
GetMetricWidgetImageResult.h:44
Aws::CloudWatch::Model::GetMetricWidgetImageResult::operator=
AWS_CLOUDWATCH_API GetMetricWidgetImageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::CloudWatch::Model::GetMetricWidgetImageResult::GetMetricWidgetImage
const Aws::Utils::ByteBuffer & GetMetricWidgetImage() const
Definition
GetMetricWidgetImageResult.h:41
Aws::CloudWatch::Model::GetMetricWidgetImageResult::GetResponseMetadata
const ResponseMetadata & GetResponseMetadata() const
Definition
GetMetricWidgetImageResult.h:50
Aws::CloudWatch::Model::GetMetricWidgetImageResult::WithResponseMetadata
GetMetricWidgetImageResult & WithResponseMetadata(const ResponseMetadata &value)
Definition
GetMetricWidgetImageResult.h:53
Aws::CloudWatch::Model::GetMetricWidgetImageResult::SetMetricWidgetImage
void SetMetricWidgetImage(const Aws::Utils::ByteBuffer &value)
Definition
GetMetricWidgetImageResult.h:42
Aws::CloudWatch::Model::GetMetricWidgetImageResult::GetMetricWidgetImageResult
AWS_CLOUDWATCH_API GetMetricWidgetImageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::CloudWatch::Model::GetMetricWidgetImageResult::WithMetricWidgetImage
GetMetricWidgetImageResult & WithMetricWidgetImage(Aws::Utils::ByteBuffer &&value)
Definition
GetMetricWidgetImageResult.h:45
Aws::CloudWatch::Model::GetMetricWidgetImageResult::SetResponseMetadata
void SetResponseMetadata(ResponseMetadata &&value)
Definition
GetMetricWidgetImageResult.h:52
Aws::CloudWatch::Model::GetMetricWidgetImageResult::SetMetricWidgetImage
void SetMetricWidgetImage(Aws::Utils::ByteBuffer &&value)
Definition
GetMetricWidgetImageResult.h:43
Aws::CloudWatch::Model::ResponseMetadata
Definition
ResponseMetadata.h:27
Aws::Utils::Array< unsigned char >
Aws
smithy::client::XmlDocument
Aws::Utils::Xml::XmlDocument XmlDocument
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences