7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace GroundStation {
42 template <
typename ConfigIdT = Aws::String>
44 m_configIdHasBeenSet =
true;
45 m_configId = std::forward<ConfigIdT>(value);
47 template <
typename ConfigIdT = Aws::String>
60 m_configTypeHasBeenSet =
true;
74 template <
typename ConfigArnT = Aws::String>
76 m_configArnHasBeenSet =
true;
77 m_configArn = std::forward<ConfigArnT>(value);
79 template <
typename ConfigArnT = Aws::String>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_configIdHasBeenSet =
false;
112 bool m_configTypeHasBeenSet =
false;
113 bool m_configArnHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateConfigResult & WithConfigType(ConfigCapabilityType value)
CreateConfigResult & WithConfigArn(ConfigArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetConfigArn() const
ConfigCapabilityType GetConfigType() const
const Aws::String & GetConfigId() const
CreateConfigResult & WithRequestId(RequestIdT &&value)
void SetConfigArn(ConfigArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GROUNDSTATION_API CreateConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API CreateConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigType(ConfigCapabilityType value)
AWS_GROUNDSTATION_API CreateConfigResult()=default
CreateConfigResult & WithConfigId(ConfigIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue