7#include <aws/codestar-notifications/CodeStarNotifications_EXPORTS.h>
8#include <aws/codestar-notifications/CodeStarNotificationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodeStarNotifications
42 template<
typename TargetAddressT = Aws::String>
43 void SetTargetAddress(TargetAddressT&& value) { m_targetAddressHasBeenSet =
true; m_targetAddress = std::forward<TargetAddressT>(value); }
44 template<
typename TargetAddressT = Aws::String>
57 inline void SetForceUnsubscribeAll(
bool value) { m_forceUnsubscribeAllHasBeenSet =
true; m_forceUnsubscribeAll = value; }
63 bool m_targetAddressHasBeenSet =
false;
65 bool m_forceUnsubscribeAll{
false};
66 bool m_forceUnsubscribeAllHasBeenSet =
false;
const Aws::String & GetTargetAddress() const
virtual const char * GetServiceRequestName() const override
bool ForceUnsubscribeAllHasBeenSet() const
DeleteTargetRequest & WithForceUnsubscribeAll(bool value)
bool GetForceUnsubscribeAll() const
DeleteTargetRequest & WithTargetAddress(TargetAddressT &&value)
void SetTargetAddress(TargetAddressT &&value)
AWS_CODESTARNOTIFICATIONS_API DeleteTargetRequest()=default
bool TargetAddressHasBeenSet() const
void SetForceUnsubscribeAll(bool value)
AWS_CODESTARNOTIFICATIONS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String