#include <AlertTarget.h>
A structure containing the alert target ARN and the role ARN.
See Also:
AWS API Reference
Definition at line 32 of file AlertTarget.h.
◆ AlertTarget() [1/2]
Aws::IoT::Model::AlertTarget::AlertTarget |
( |
| ) |
|
◆ AlertTarget() [2/2]
◆ AlertTargetArnHasBeenSet()
bool Aws::IoT::Model::AlertTarget::AlertTargetArnHasBeenSet |
( |
| ) |
const |
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 51 of file AlertTarget.h.
◆ GetAlertTargetArn()
const Aws::String& Aws::IoT::Model::AlertTarget::GetAlertTargetArn |
( |
| ) |
const |
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 45 of file AlertTarget.h.
◆ GetRoleArn()
const Aws::String& Aws::IoT::Model::AlertTarget::GetRoleArn |
( |
| ) |
const |
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 94 of file AlertTarget.h.
◆ Jsonize()
◆ operator=()
◆ RoleArnHasBeenSet()
bool Aws::IoT::Model::AlertTarget::RoleArnHasBeenSet |
( |
| ) |
const |
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 100 of file AlertTarget.h.
◆ SetAlertTargetArn() [1/3]
void Aws::IoT::Model::AlertTarget::SetAlertTargetArn |
( |
Aws::String && |
value | ) |
|
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 63 of file AlertTarget.h.
◆ SetAlertTargetArn() [2/3]
void Aws::IoT::Model::AlertTarget::SetAlertTargetArn |
( |
const Aws::String & |
value | ) |
|
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 57 of file AlertTarget.h.
◆ SetAlertTargetArn() [3/3]
void Aws::IoT::Model::AlertTarget::SetAlertTargetArn |
( |
const char * |
value | ) |
|
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 69 of file AlertTarget.h.
◆ SetRoleArn() [1/3]
void Aws::IoT::Model::AlertTarget::SetRoleArn |
( |
Aws::String && |
value | ) |
|
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 112 of file AlertTarget.h.
◆ SetRoleArn() [2/3]
void Aws::IoT::Model::AlertTarget::SetRoleArn |
( |
const Aws::String & |
value | ) |
|
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 106 of file AlertTarget.h.
◆ SetRoleArn() [3/3]
void Aws::IoT::Model::AlertTarget::SetRoleArn |
( |
const char * |
value | ) |
|
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 118 of file AlertTarget.h.
◆ WithAlertTargetArn() [1/3]
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 81 of file AlertTarget.h.
◆ WithAlertTargetArn() [2/3]
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 75 of file AlertTarget.h.
◆ WithAlertTargetArn() [3/3]
AlertTarget& Aws::IoT::Model::AlertTarget::WithAlertTargetArn |
( |
const char * |
value | ) |
|
|
inline |
The Amazon Resource Name (ARN) of the notification target to which alerts are sent.
Definition at line 87 of file AlertTarget.h.
◆ WithRoleArn() [1/3]
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 130 of file AlertTarget.h.
◆ WithRoleArn() [2/3]
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 124 of file AlertTarget.h.
◆ WithRoleArn() [3/3]
AlertTarget& Aws::IoT::Model::AlertTarget::WithRoleArn |
( |
const char * |
value | ) |
|
|
inline |
The ARN of the role that grants permission to send alerts to the notification target.
Definition at line 136 of file AlertTarget.h.
The documentation for this class was generated from the following file: