7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace GroundStation
46 template<
typename ConfigArnT = Aws::String>
47 void SetConfigArn(ConfigArnT&& value) { m_configArnHasBeenSet =
true; m_configArn = std::forward<ConfigArnT>(value); }
48 template<
typename ConfigArnT = Aws::String>
57 template<
typename ConfigIdT = Aws::String>
58 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
59 template<
typename ConfigIdT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_configArnHasBeenSet =
false;
86 bool m_configIdHasBeenSet =
false;
89 bool m_configTypeHasBeenSet =
false;
92 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