7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace StorageGateway
53 inline void SetTargetARN(
const char* value) { m_targetARNHasBeenSet =
true; m_targetARN.assign(value); }
67 inline void SetInitiatorName(
const char* value) { m_initiatorNameHasBeenSet =
true; m_initiatorName.assign(value); }
75 bool m_targetARNHasBeenSet =
false;
78 bool m_initiatorNameHasBeenSet =
false;
void SetInitiatorName(const char *value)
void SetInitiatorName(Aws::String &&value)
void SetTargetARN(const Aws::String &value)
void SetTargetARN(const char *value)
AWS_STORAGEGATEWAY_API DeleteChapCredentialsRequest()
const Aws::String & GetTargetARN() const
DeleteChapCredentialsRequest & WithTargetARN(Aws::String &&value)
DeleteChapCredentialsRequest & WithTargetARN(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteChapCredentialsRequest & WithTargetARN(const char *value)
bool TargetARNHasBeenSet() const
void SetInitiatorName(const Aws::String &value)
DeleteChapCredentialsRequest & WithInitiatorName(Aws::String &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool InitiatorNameHasBeenSet() const
const Aws::String & GetInitiatorName() const
DeleteChapCredentialsRequest & WithInitiatorName(const char *value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
DeleteChapCredentialsRequest & WithInitiatorName(const Aws::String &value)
void SetTargetARN(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String