7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/model/DiscoveryServerConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datasync/model/Credentials.h>
49 inline void SetStorageSystemArn(
const char* value) { m_storageSystemArnHasBeenSet =
true; m_storageSystemArn.assign(value); }
92 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
107 inline void SetCloudWatchLogGroupArn(
const char* value) { m_cloudWatchLogGroupArnHasBeenSet =
true; m_cloudWatchLogGroupArn.assign(value); }
128 bool m_storageSystemArnHasBeenSet =
false;
131 bool m_serverConfigurationHasBeenSet =
false;
134 bool m_agentArnsHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_cloudWatchLogGroupArnHasBeenSet =
false;
143 bool m_credentialsHasBeenSet =
false;
bool CloudWatchLogGroupArnHasBeenSet() const
void SetCredentials(Credentials &&value)
bool ServerConfigurationHasBeenSet() const
void SetName(Aws::String &&value)
UpdateStorageSystemRequest & WithServerConfiguration(const DiscoveryServerConfiguration &value)
const Aws::String & GetName() const
bool StorageSystemArnHasBeenSet() const
bool CredentialsHasBeenSet() const
const Aws::String & GetStorageSystemArn() const
UpdateStorageSystemRequest & WithName(Aws::String &&value)
void SetCredentials(const Credentials &value)
UpdateStorageSystemRequest & WithServerConfiguration(DiscoveryServerConfiguration &&value)
const DiscoveryServerConfiguration & GetServerConfiguration() const
void SetServerConfiguration(const DiscoveryServerConfiguration &value)
UpdateStorageSystemRequest & WithStorageSystemArn(const char *value)
void SetCloudWatchLogGroupArn(const char *value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
void SetCloudWatchLogGroupArn(const Aws::String &value)
UpdateStorageSystemRequest & WithStorageSystemArn(const Aws::String &value)
const Aws::Vector< Aws::String > & GetAgentArns() const
UpdateStorageSystemRequest & AddAgentArns(const char *value)
UpdateStorageSystemRequest & WithCloudWatchLogGroupArn(const Aws::String &value)
UpdateStorageSystemRequest & AddAgentArns(const Aws::String &value)
bool AgentArnsHasBeenSet() const
const Credentials & GetCredentials() const
void SetAgentArns(Aws::Vector< Aws::String > &&value)
void SetCloudWatchLogGroupArn(Aws::String &&value)
UpdateStorageSystemRequest & WithName(const char *value)
UpdateStorageSystemRequest & WithAgentArns(Aws::Vector< Aws::String > &&value)
UpdateStorageSystemRequest & WithCredentials(Credentials &&value)
virtual const char * GetServiceRequestName() const override
void SetName(const char *value)
void SetStorageSystemArn(Aws::String &&value)
UpdateStorageSystemRequest & WithAgentArns(const Aws::Vector< Aws::String > &value)
void SetStorageSystemArn(const Aws::String &value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateStorageSystemRequest & AddAgentArns(Aws::String &&value)
AWS_DATASYNC_API UpdateStorageSystemRequest()
void SetServerConfiguration(DiscoveryServerConfiguration &&value)
const Aws::String & GetCloudWatchLogGroupArn() const
UpdateStorageSystemRequest & WithName(const Aws::String &value)
bool NameHasBeenSet() const
void SetAgentArns(const Aws::Vector< Aws::String > &value)
UpdateStorageSystemRequest & WithCredentials(const Credentials &value)
void SetName(const Aws::String &value)
UpdateStorageSystemRequest & WithCloudWatchLogGroupArn(const char *value)
void SetStorageSystemArn(const char *value)
UpdateStorageSystemRequest & WithStorageSystemArn(Aws::String &&value)
UpdateStorageSystemRequest & WithCloudWatchLogGroupArn(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector