Home
last modified time | relevance | path

Searched refs:WithMetadataKey (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DMetadataKeyValuePair.h69 …inline MetadataKeyValuePair& WithMetadataKey(const Aws::String& value) { SetMetadataKey(value); re… in WithMetadataKey() function
74 …inline MetadataKeyValuePair& WithMetadataKey(Aws::String&& value) { SetMetadataKey(std::move(value… in WithMetadataKey() function
79 …inline MetadataKeyValuePair& WithMetadataKey(const char* value) { SetMetadataKey(value); return *t… in WithMetadataKey() function
H A DRemoveSchemaVersionMetadataResult.h234 …inline RemoveSchemaVersionMetadataResult& WithMetadataKey(const Aws::String& value) { SetMetadataK… in WithMetadataKey() function
239 …inline RemoveSchemaVersionMetadataResult& WithMetadataKey(Aws::String&& value) { SetMetadataKey(st… in WithMetadataKey() function
244 …inline RemoveSchemaVersionMetadataResult& WithMetadataKey(const char* value) { SetMetadataKey(valu… in WithMetadataKey() function
H A DPutSchemaVersionMetadataResult.h234 …inline PutSchemaVersionMetadataResult& WithMetadataKey(const Aws::String& value) { SetMetadataKey(… in WithMetadataKey() function
239 …inline PutSchemaVersionMetadataResult& WithMetadataKey(Aws::String&& value) { SetMetadataKey(std::… in WithMetadataKey() function
244 …inline PutSchemaVersionMetadataResult& WithMetadataKey(const char* value) { SetMetadataKey(value);… in WithMetadataKey() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/model/
H A DS3Destination.h174 …inline S3Destination& WithMetadataKey(const Aws::String& value) { SetMetadataKey(value); return *t… in WithMetadataKey() function
180 …inline S3Destination& WithMetadataKey(Aws::String&& value) { SetMetadataKey(std::move(value)); ret… in WithMetadataKey() function
186 inline S3Destination& WithMetadataKey(const char* value) { SetMetadataKey(value); return *this;} in WithMetadataKey() function