AWS SDK for C++
1.8.186
AWS SDK for C++
|
#include <PublishFindingToSnsParams.h>
Public Member Functions | |
PublishFindingToSnsParams () | |
PublishFindingToSnsParams (Aws::Utils::Json::JsonView jsonValue) | |
PublishFindingToSnsParams & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetTopicArn () const |
bool | TopicArnHasBeenSet () const |
void | SetTopicArn (const Aws::String &value) |
void | SetTopicArn (Aws::String &&value) |
void | SetTopicArn (const char *value) |
PublishFindingToSnsParams & | WithTopicArn (const Aws::String &value) |
PublishFindingToSnsParams & | WithTopicArn (Aws::String &&value) |
PublishFindingToSnsParams & | WithTopicArn (const char *value) |
Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
Definition at line 33 of file PublishFindingToSnsParams.h.
Aws::IoT::Model::PublishFindingToSnsParams::PublishFindingToSnsParams | ( | ) |
Aws::IoT::Model::PublishFindingToSnsParams::PublishFindingToSnsParams | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 45 of file PublishFindingToSnsParams.h.
Aws::Utils::Json::JsonValue Aws::IoT::Model::PublishFindingToSnsParams::Jsonize | ( | ) | const |
PublishFindingToSnsParams& Aws::IoT::Model::PublishFindingToSnsParams::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 60 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 55 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 65 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 50 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 75 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 70 of file PublishFindingToSnsParams.h.
|
inline |
The ARN of the topic to which you want to publish the findings.
Definition at line 80 of file PublishFindingToSnsParams.h.