7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/fms/FMS_EXPORTS.h>
40 template <
typename SnsTopicArnT = Aws::String>
42 m_snsTopicArnHasBeenSet =
true;
43 m_snsTopicArn = std::forward<SnsTopicArnT>(value);
45 template <
typename SnsTopicArnT = Aws::String>
59 template <
typename SnsRoleNameT = Aws::String>
61 m_snsRoleNameHasBeenSet =
true;
62 m_snsRoleName = std::forward<SnsRoleNameT>(value);
64 template <
typename SnsRoleNameT = Aws::String>
74 bool m_snsTopicArnHasBeenSet =
false;
75 bool m_snsRoleNameHasBeenSet =
false;
void SetSnsTopicArn(SnsTopicArnT &&value)
void SetSnsRoleName(SnsRoleNameT &&value)
bool SnsTopicArnHasBeenSet() const
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutNotificationChannelRequest & WithSnsRoleName(SnsRoleNameT &&value)
virtual const char * GetServiceRequestName() const override
PutNotificationChannelRequest & WithSnsTopicArn(SnsTopicArnT &&value)
AWS_FMS_API Aws::String SerializePayload() const override
AWS_FMS_API PutNotificationChannelRequest()=default
const Aws::String & GetSnsTopicArn() const
const Aws::String & GetSnsRoleName() const
bool SnsRoleNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String