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>
106 bool m_configIdHasBeenSet =
false;
107 bool m_configTypeHasBeenSet =
false;
108 bool m_configArnHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetConfigArn() const
DeleteConfigResult & WithConfigType(ConfigCapabilityType value)
const Aws::String & GetRequestId() const
ConfigCapabilityType GetConfigType() const
void SetConfigType(ConfigCapabilityType value)
DeleteConfigResult & WithRequestId(RequestIdT &&value)
void SetConfigArn(ConfigArnT &&value)
DeleteConfigResult & WithConfigArn(ConfigArnT &&value)
AWS_GROUNDSTATION_API DeleteConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigId(ConfigIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetConfigId() const
AWS_GROUNDSTATION_API DeleteConfigResult()=default
DeleteConfigResult & WithConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API DeleteConfigResult(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