7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ResourceArnT = Aws::String>
49 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
50 template<
typename ResourceArnT = Aws::String>
60 template<
typename TableNameT = Aws::String>
61 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
62 template<
typename TableNameT = Aws::String>
68 bool m_resourceArnHasBeenSet =
false;
71 bool m_tableNameHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetResourceArn() const
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetTableName() const
GetIntegrationTablePropertiesRequest & WithResourceArn(ResourceArnT &&value)
bool ResourceArnHasBeenSet() const
void SetTableName(TableNameT &&value)
AWS_GLUE_API GetIntegrationTablePropertiesRequest()=default
GetIntegrationTablePropertiesRequest & WithTableName(TableNameT &&value)
virtual const char * GetServiceRequestName() const override
bool TableNameHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String