7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace GroundStation {
40 template <
typename ConfigIdT = Aws::String>
42 m_configIdHasBeenSet =
true;
43 m_configId = std::forward<ConfigIdT>(value);
45 template <
typename ConfigIdT = Aws::String>
58 m_configTypeHasBeenSet =
true;
72 template <
typename ConfigArnT = Aws::String>
74 m_configArnHasBeenSet =
true;
75 m_configArn = std::forward<ConfigArnT>(value);
77 template <
typename ConfigArnT = Aws::String>
87 template <
typename RequestIdT = Aws::String>
89 m_requestIdHasBeenSet =
true;
90 m_requestId = std::forward<RequestIdT>(value);
92 template <
typename RequestIdT = Aws::String>
100 bool m_configIdHasBeenSet =
false;
103 bool m_configTypeHasBeenSet =
false;
106 bool m_configArnHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
UpdateConfigResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetConfigArn() const
const Aws::String & GetConfigId() const
UpdateConfigResult & WithConfigArn(ConfigArnT &&value)
AWS_GROUNDSTATION_API UpdateConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateConfigResult & WithConfigType(ConfigCapabilityType value)
void SetConfigType(ConfigCapabilityType value)
const Aws::String & GetRequestId() const
UpdateConfigResult & WithConfigId(ConfigIdT &&value)
void SetConfigArn(ConfigArnT &&value)
void SetConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API UpdateConfigResult()=default
void SetRequestId(RequestIdT &&value)
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API UpdateConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue