AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteTimeSeriesDataPointsRequest.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/TimeSeriesEntityType.h>
11#include <utility>
12#include <aws/core/utils/UUID.h>
13
14namespace Aws
15{
16namespace Http
17{
18 class URI;
19} //namespace Http
20namespace DataZone
21{
22namespace Model
23{
24
28 {
29 public:
31
32 // Service request name is the Operation name which will send this request out,
33 // each operation should has unique request name, so that we can get operation's name from this request.
34 // Note: this is not true for response, multiple operations may have the same response name,
35 // so we can not get operation's name from response.
36 inline virtual const char* GetServiceRequestName() const override { return "DeleteTimeSeriesDataPoints"; }
37
38 AWS_DATAZONE_API Aws::String SerializePayload() const override;
39
40 AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI& uri) const override;
41
42
44
48 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
49 inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
50 inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; }
51 inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); }
52 inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); }
53 inline DeleteTimeSeriesDataPointsRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
54 inline DeleteTimeSeriesDataPointsRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
55 inline DeleteTimeSeriesDataPointsRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;}
57
59
63 inline const Aws::String& GetDomainIdentifier() const{ return m_domainIdentifier; }
64 inline bool DomainIdentifierHasBeenSet() const { return m_domainIdentifierHasBeenSet; }
65 inline void SetDomainIdentifier(const Aws::String& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = value; }
66 inline void SetDomainIdentifier(Aws::String&& value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier = std::move(value); }
67 inline void SetDomainIdentifier(const char* value) { m_domainIdentifierHasBeenSet = true; m_domainIdentifier.assign(value); }
70 inline DeleteTimeSeriesDataPointsRequest& WithDomainIdentifier(const char* value) { SetDomainIdentifier(value); return *this;}
72
74
77 inline const Aws::String& GetEntityIdentifier() const{ return m_entityIdentifier; }
78 inline bool EntityIdentifierHasBeenSet() const { return m_entityIdentifierHasBeenSet; }
79 inline void SetEntityIdentifier(const Aws::String& value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier = value; }
80 inline void SetEntityIdentifier(Aws::String&& value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier = std::move(value); }
81 inline void SetEntityIdentifier(const char* value) { m_entityIdentifierHasBeenSet = true; m_entityIdentifier.assign(value); }
84 inline DeleteTimeSeriesDataPointsRequest& WithEntityIdentifier(const char* value) { SetEntityIdentifier(value); return *this;}
86
88
91 inline const TimeSeriesEntityType& GetEntityType() const{ return m_entityType; }
92 inline bool EntityTypeHasBeenSet() const { return m_entityTypeHasBeenSet; }
93 inline void SetEntityType(const TimeSeriesEntityType& value) { m_entityTypeHasBeenSet = true; m_entityType = value; }
94 inline void SetEntityType(TimeSeriesEntityType&& value) { m_entityTypeHasBeenSet = true; m_entityType = std::move(value); }
96 inline DeleteTimeSeriesDataPointsRequest& WithEntityType(TimeSeriesEntityType&& value) { SetEntityType(std::move(value)); return *this;}
98
100
103 inline const Aws::String& GetFormName() const{ return m_formName; }
104 inline bool FormNameHasBeenSet() const { return m_formNameHasBeenSet; }
105 inline void SetFormName(const Aws::String& value) { m_formNameHasBeenSet = true; m_formName = value; }
106 inline void SetFormName(Aws::String&& value) { m_formNameHasBeenSet = true; m_formName = std::move(value); }
107 inline void SetFormName(const char* value) { m_formNameHasBeenSet = true; m_formName.assign(value); }
108 inline DeleteTimeSeriesDataPointsRequest& WithFormName(const Aws::String& value) { SetFormName(value); return *this;}
109 inline DeleteTimeSeriesDataPointsRequest& WithFormName(Aws::String&& value) { SetFormName(std::move(value)); return *this;}
110 inline DeleteTimeSeriesDataPointsRequest& WithFormName(const char* value) { SetFormName(value); return *this;}
112 private:
113
114 Aws::String m_clientToken;
115 bool m_clientTokenHasBeenSet = false;
116
117 Aws::String m_domainIdentifier;
118 bool m_domainIdentifierHasBeenSet = false;
119
120 Aws::String m_entityIdentifier;
121 bool m_entityIdentifierHasBeenSet = false;
122
123 TimeSeriesEntityType m_entityType;
124 bool m_entityTypeHasBeenSet = false;
125
126 Aws::String m_formName;
127 bool m_formNameHasBeenSet = false;
128 };
129
130} // namespace Model
131} // namespace DataZone
132} // namespace Aws
DeleteTimeSeriesDataPointsRequest & WithDomainIdentifier(const Aws::String &value)
DeleteTimeSeriesDataPointsRequest & WithFormName(Aws::String &&value)
DeleteTimeSeriesDataPointsRequest & WithFormName(const char *value)
DeleteTimeSeriesDataPointsRequest & WithEntityType(TimeSeriesEntityType &&value)
DeleteTimeSeriesDataPointsRequest & WithDomainIdentifier(const char *value)
DeleteTimeSeriesDataPointsRequest & WithEntityIdentifier(const char *value)
DeleteTimeSeriesDataPointsRequest & WithFormName(const Aws::String &value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
DeleteTimeSeriesDataPointsRequest & WithClientToken(const Aws::String &value)
DeleteTimeSeriesDataPointsRequest & WithClientToken(const char *value)
DeleteTimeSeriesDataPointsRequest & WithEntityIdentifier(const Aws::String &value)
DeleteTimeSeriesDataPointsRequest & WithEntityIdentifier(Aws::String &&value)
DeleteTimeSeriesDataPointsRequest & WithDomainIdentifier(Aws::String &&value)
DeleteTimeSeriesDataPointsRequest & WithClientToken(Aws::String &&value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteTimeSeriesDataPointsRequest & WithEntityType(const TimeSeriesEntityType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String