7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
44 template <
typename ResourceArnT = Aws::String>
46 m_resourceArnHasBeenSet =
true;
47 m_resourceArn = std::forward<ResourceArnT>(value);
49 template <
typename ResourceArnT = Aws::String>
62 template <
typename TableNameT = Aws::String>
64 m_tableNameHasBeenSet =
true;
65 m_tableName = std::forward<TableNameT>(value);
67 template <
typename TableNameT = Aws::String>
77 bool m_resourceArnHasBeenSet =
false;
78 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