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
44 inline void SetTargetAddress(
const char* value) { m_targetAddressHasBeenSet =
true; m_targetAddress.assign(value); }
59 inline void SetForceUnsubscribeAll(
bool value) { m_forceUnsubscribeAllHasBeenSet =
true; m_forceUnsubscribeAll = value; }
65 bool m_targetAddressHasBeenSet =
false;
67 bool m_forceUnsubscribeAll;
68 bool m_forceUnsubscribeAllHasBeenSet =
false;
void SetTargetAddress(Aws::String &&value)
DeleteTargetRequest & WithTargetAddress(Aws::String &&value)
const Aws::String & GetTargetAddress() const
void SetTargetAddress(const char *value)
virtual const char * GetServiceRequestName() const override
bool ForceUnsubscribeAllHasBeenSet() const
DeleteTargetRequest & WithForceUnsubscribeAll(bool value)
bool GetForceUnsubscribeAll() const
void SetTargetAddress(const Aws::String &value)
DeleteTargetRequest & WithTargetAddress(const char *value)
bool TargetAddressHasBeenSet() const
void SetForceUnsubscribeAll(bool value)
DeleteTargetRequest & WithTargetAddress(const Aws::String &value)
AWS_CODESTARNOTIFICATIONS_API DeleteTargetRequest()
AWS_CODESTARNOTIFICATIONS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String