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 {
41 template <
typename ConfigIdT = Aws::String>
43 m_configIdHasBeenSet =
true;
44 m_configId = std::forward<ConfigIdT>(value);
46 template <
typename ConfigIdT = Aws::String>
59 m_configTypeHasBeenSet =
true;
73 template <
typename ConfigArnT = Aws::String>
75 m_configArnHasBeenSet =
true;
76 m_configArn = std::forward<ConfigArnT>(value);
78 template <
typename ConfigArnT = Aws::String>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
110 bool m_configIdHasBeenSet =
false;
111 bool m_configTypeHasBeenSet =
false;
112 bool m_configArnHasBeenSet =
false;
113 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