AWS SDK for C++  0.14.3
AWS SDK for C++
DeleteRealtimeEndpointResult.h
Go to the documentation of this file.
1 /*
2 * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 */
15 #pragma once
19 
20 namespace Aws
21 {
22 template<typename RESULT_TYPE>
23 class AmazonWebServiceResult;
24 
25 namespace Utils
26 {
27 namespace Json
28 {
29  class JsonValue;
30 } // namespace Json
31 } // namespace Utils
32 namespace MachineLearning
33 {
34 namespace Model
35 {
42  {
43  public:
47 
53  inline const Aws::String& GetMLModelId() const{ return m_mLModelId; }
54 
60  inline void SetMLModelId(const Aws::String& value) { m_mLModelId = value; }
61 
67  inline void SetMLModelId(Aws::String&& value) { m_mLModelId = value; }
68 
74  inline void SetMLModelId(const char* value) { m_mLModelId.assign(value); }
75 
81  inline DeleteRealtimeEndpointResult& WithMLModelId(const Aws::String& value) { SetMLModelId(value); return *this;}
82 
88  inline DeleteRealtimeEndpointResult& WithMLModelId(Aws::String&& value) { SetMLModelId(value); return *this;}
89 
95  inline DeleteRealtimeEndpointResult& WithMLModelId(const char* value) { SetMLModelId(value); return *this;}
96 
100  inline const RealtimeEndpointInfo& GetRealtimeEndpointInfo() const{ return m_realtimeEndpointInfo; }
101 
105  inline void SetRealtimeEndpointInfo(const RealtimeEndpointInfo& value) { m_realtimeEndpointInfo = value; }
106 
110  inline void SetRealtimeEndpointInfo(RealtimeEndpointInfo&& value) { m_realtimeEndpointInfo = value; }
111 
115  inline DeleteRealtimeEndpointResult& WithRealtimeEndpointInfo(const RealtimeEndpointInfo& value) { SetRealtimeEndpointInfo(value); return *this;}
116 
120  inline DeleteRealtimeEndpointResult& WithRealtimeEndpointInfo(RealtimeEndpointInfo&& value) { SetRealtimeEndpointInfo(value); return *this;}
121 
122  private:
123  Aws::String m_mLModelId;
124  RealtimeEndpointInfo m_realtimeEndpointInfo;
125  };
126 
127 } // namespace Model
128 } // namespace MachineLearning
129 } // namespace Aws
DeleteRealtimeEndpointResult & WithRealtimeEndpointInfo(RealtimeEndpointInfo &&value)
DeleteRealtimeEndpointResult & WithRealtimeEndpointInfo(const RealtimeEndpointInfo &value)
DeleteRealtimeEndpointResult & WithMLModelId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
DeleteRealtimeEndpointResult & WithMLModelId(const Aws::String &value)
DeleteRealtimeEndpointResult & WithMLModelId(Aws::String &&value)
#define AWS_MACHINELEARNING_API
JSON (JavaScript Object Notation).