7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/InspectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector/model/InspectorEvent.h>
47 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
73 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
81 bool m_resourceArnHasBeenSet =
false;
84 bool m_eventHasBeenSet =
false;
87 bool m_topicArnHasBeenSet =
false;
UnsubscribeFromEventRequest & WithTopicArn(const Aws::String &value)
bool EventHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UnsubscribeFromEventRequest & WithEvent(const InspectorEvent &value)
void SetEvent(const InspectorEvent &value)
bool ResourceArnHasBeenSet() const
UnsubscribeFromEventRequest & WithTopicArn(const char *value)
AWS_INSPECTOR_API UnsubscribeFromEventRequest()
UnsubscribeFromEventRequest & WithResourceArn(const Aws::String &value)
bool TopicArnHasBeenSet() const
void SetTopicArn(Aws::String &&value)
UnsubscribeFromEventRequest & WithResourceArn(const char *value)
UnsubscribeFromEventRequest & WithResourceArn(Aws::String &&value)
const InspectorEvent & GetEvent() const
void SetTopicArn(const Aws::String &value)
AWS_INSPECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTopicArn(const char *value)
const Aws::String & GetResourceArn() const
void SetResourceArn(Aws::String &&value)
void SetResourceArn(const char *value)
void SetEvent(InspectorEvent &&value)
const Aws::String & GetTopicArn() const
UnsubscribeFromEventRequest & WithTopicArn(Aws::String &&value)
AWS_INSPECTOR_API Aws::String SerializePayload() const override
UnsubscribeFromEventRequest & WithEvent(InspectorEvent &&value)
void SetResourceArn(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String