7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EventBusArnT = Aws::String>
49 void SetEventBusArn(EventBusArnT&& value) { m_eventBusArnHasBeenSet =
true; m_eventBusArn = std::forward<EventBusArnT>(value); }
50 template<
typename EventBusArnT = Aws::String>
56 bool m_eventBusArnHasBeenSet =
false;
const Aws::String & GetEventBusArn() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsEventsEndpointEventBusesDetails(Aws::Utils::Json::JsonView jsonValue)
bool EventBusArnHasBeenSet() const
AWS_SECURITYHUB_API AwsEventsEndpointEventBusesDetails()=default
void SetEventBusArn(EventBusArnT &&value)
AwsEventsEndpointEventBusesDetails & WithEventBusArn(EventBusArnT &&value)
AWS_SECURITYHUB_API AwsEventsEndpointEventBusesDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue