7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
42 template <
typename IdcApplicationArnT = Aws::String>
44 m_idcApplicationArnHasBeenSet =
true;
45 m_idcApplicationArn = std::forward<IdcApplicationArnT>(value);
47 template <
typename IdcApplicationArnT = Aws::String>
60 template <
typename IdcInstanceArnT = Aws::String>
62 m_idcInstanceArnHasBeenSet =
true;
63 m_idcInstanceArn = std::forward<IdcInstanceArnT>(value);
65 template <
typename IdcInstanceArnT = Aws::String>
75 bool m_idcApplicationArnHasBeenSet =
false;
76 bool m_idcInstanceArnHasBeenSet =
false;
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIdcInstanceArn() const
bool IdcApplicationArnHasBeenSet() const
void SetIdcApplicationArn(IdcApplicationArnT &&value)
AWS_SECURITYAGENT_API IdCConfiguration(Aws::Utils::Json::JsonView jsonValue)
IdCConfiguration & WithIdcInstanceArn(IdcInstanceArnT &&value)
void SetIdcInstanceArn(IdcInstanceArnT &&value)
AWS_SECURITYAGENT_API IdCConfiguration()=default
bool IdcInstanceArnHasBeenSet() const
AWS_SECURITYAGENT_API IdCConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
IdCConfiguration & WithIdcApplicationArn(IdcApplicationArnT &&value)
const Aws::String & GetIdcApplicationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue