Home
last modified time | relevance | path

Searched refs:WithRequestID (Results 1 – 19 of 19) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DForbiddenException.h110 …inline ForbiddenException& WithRequestID(const Aws::String& value) { SetRequestID(value); return *… in WithRequestID() function
115 …inline ForbiddenException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); re… in WithRequestID() function
120 … inline ForbiddenException& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID() function
H A DBadRequestException.h110 …inline BadRequestException& WithRequestID(const Aws::String& value) { SetRequestID(value); return … in WithRequestID() function
115 …inline BadRequestException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); r… in WithRequestID() function
120 … inline BadRequestException& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID() function
H A DInternalServerErrorException.h110 …inline InternalServerErrorException& WithRequestID(const Aws::String& value) { SetRequestID(value)… in WithRequestID() function
115 …inline InternalServerErrorException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(v… in WithRequestID() function
120 …inline InternalServerErrorException& WithRequestID(const char* value) { SetRequestID(value); retur… in WithRequestID() function
H A DMethodNotAllowedException.h110 …inline MethodNotAllowedException& WithRequestID(const Aws::String& value) { SetRequestID(value); r… in WithRequestID() function
115 …inline MethodNotAllowedException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(valu… in WithRequestID() function
120 …inline MethodNotAllowedException& WithRequestID(const char* value) { SetRequestID(value); return *… in WithRequestID() function
H A DPayloadTooLargeException.h110 …inline PayloadTooLargeException& WithRequestID(const Aws::String& value) { SetRequestID(value); re… in WithRequestID() function
115 …inline PayloadTooLargeException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value… in WithRequestID() function
120 …inline PayloadTooLargeException& WithRequestID(const char* value) { SetRequestID(value); return *t… in WithRequestID() function
H A DConflictException.h110 …inline ConflictException& WithRequestID(const Aws::String& value) { SetRequestID(value); return *t… in WithRequestID() function
115 …inline ConflictException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); ret… in WithRequestID() function
120 inline ConflictException& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID() function
H A DNotFoundException.h110 …inline NotFoundException& WithRequestID(const Aws::String& value) { SetRequestID(value); return *t… in WithRequestID() function
115 …inline NotFoundException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); ret… in WithRequestID() function
120 inline NotFoundException& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID() function
H A DMessageBody.h110 … inline MessageBody& WithRequestID(const Aws::String& value) { SetRequestID(value); return *this;} in WithRequestID() function
115 …inline MessageBody& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value)); return *t… in WithRequestID() function
120 inline MessageBody& WithRequestID(const char* value) { SetRequestID(value); return *this;} in WithRequestID() function
H A DTooManyRequestsException.h110 …inline TooManyRequestsException& WithRequestID(const Aws::String& value) { SetRequestID(value); re… in WithRequestID() function
115 …inline TooManyRequestsException& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value… in WithRequestID() function
120 …inline TooManyRequestsException& WithRequestID(const char* value) { SetRequestID(value); return *t… in WithRequestID() function
H A DCreateTemplateMessageBody.h159 …inline CreateTemplateMessageBody& WithRequestID(const Aws::String& value) { SetRequestID(value); r… in WithRequestID() function
164 …inline CreateTemplateMessageBody& WithRequestID(Aws::String&& value) { SetRequestID(std::move(valu… in WithRequestID() function
169 …inline CreateTemplateMessageBody& WithRequestID(const char* value) { SetRequestID(value); return *… in WithRequestID() function
H A DTemplateCreateMessageBody.h159 …inline TemplateCreateMessageBody& WithRequestID(const Aws::String& value) { SetRequestID(value); r… in WithRequestID() function
164 …inline TemplateCreateMessageBody& WithRequestID(Aws::String&& value) { SetRequestID(std::move(valu… in WithRequestID() function
169 …inline TemplateCreateMessageBody& WithRequestID(const char* value) { SetRequestID(value); return *… in WithRequestID() function
H A DTemplateVersionsResponse.h216 …inline TemplateVersionsResponse& WithRequestID(const Aws::String& value) { SetRequestID(value); re… in WithRequestID() function
222 …inline TemplateVersionsResponse& WithRequestID(Aws::String&& value) { SetRequestID(std::move(value… in WithRequestID() function
228 …inline TemplateVersionsResponse& WithRequestID(const char* value) { SetRequestID(value); return *t… in WithRequestID() function
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/johannesboyne/gofakes3/
H A Doption.go55 func WithRequestID(id uint64) Option {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Doption.go55 func WithRequestID(id uint64) Option { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Doption.go55 func WithRequestID(id uint64) Option { func
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dutil_test.go80 ctx := WithRequestID(context.Background(), expectedRequestID)
85 ctx = WithRequestID(context.Background(), uuid.Nil)
H A Dconnection_test.go50 ctx := WithRequestID(context.Background(), uuid.Nil)
117 ctx := WithRequestID(context.Background(), origRequestID)
H A Dutil.go60 func WithRequestID(ctx context.Context, requestID uuid.UUID) context.Context { func
H A Ddriver_test.go500 ctx := WithRequestID(context.Background(), uuid.New())