Home
last modified time | relevance | path

Searched refs:BatchStopJobRunError (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DBatchStopJobRunError.h33 class AWS_GLUE_API BatchStopJobRunError
36 BatchStopJobRunError();
37 BatchStopJobRunError(Aws::Utils::Json::JsonView jsonValue);
38 BatchStopJobRunError& operator=(Aws::Utils::Json::JsonView jsonValue);
70 …inline BatchStopJobRunError& WithJobName(const Aws::String& value) { SetJobName(value); return *th… in WithJobName()
75 …inline BatchStopJobRunError& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); retu… in WithJobName()
80 inline BatchStopJobRunError& WithJobName(const char* value) { SetJobName(value); return *this;} in WithJobName()
111 …inline BatchStopJobRunError& WithJobRunId(const Aws::String& value) { SetJobRunId(value); return *… in WithJobRunId()
116 …inline BatchStopJobRunError& WithJobRunId(Aws::String&& value) { SetJobRunId(std::move(value)); re… in WithJobRunId()
121 … inline BatchStopJobRunError& WithJobRunId(const char* value) { SetJobRunId(value); return *this;} in WithJobRunId()
[all …]
H A DBatchStopJobRunResult.h78 inline const Aws::Vector<BatchStopJobRunError>& GetErrors() const{ return m_errors; } in GetErrors()
85 inline void SetErrors(const Aws::Vector<BatchStopJobRunError>& value) { m_errors = value; } in SetErrors()
92 … inline void SetErrors(Aws::Vector<BatchStopJobRunError>&& value) { m_errors = std::move(value); } in SetErrors()
99 …inline BatchStopJobRunResult& WithErrors(const Aws::Vector<BatchStopJobRunError>& value) { SetErro… in WithErrors()
106 …inline BatchStopJobRunResult& WithErrors(Aws::Vector<BatchStopJobRunError>&& value) { SetErrors(st… in WithErrors()
113 …inline BatchStopJobRunResult& AddErrors(const BatchStopJobRunError& value) { m_errors.push_back(va… in AddErrors()
120 …inline BatchStopJobRunResult& AddErrors(BatchStopJobRunError&& value) { m_errors.push_back(std::mo… in AddErrors()
126 Aws::Vector<BatchStopJobRunError> m_errors;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DBatchStopJobRunError.cpp21 BatchStopJobRunError::BatchStopJobRunError() : in BatchStopJobRunError() function in Aws::Glue::Model::BatchStopJobRunError
28 BatchStopJobRunError::BatchStopJobRunError(JsonView jsonValue) : in BatchStopJobRunError() function in Aws::Glue::Model::BatchStopJobRunError
36 BatchStopJobRunError& BatchStopJobRunError::operator =(JsonView jsonValue) in operator =()
62 JsonValue BatchStopJobRunError::Jsonize() const in Jsonize()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/glue/
H A Dapi_op_BatchStopJobRun.go49 Errors []types.BatchStopJobRunError
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/glue/
H A Dapi_op_BatchStopJobRun.go47 Errors []types.BatchStopJobRunError
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/glue/types/
H A Dtypes.go75 type BatchStopJobRunError struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/glue/types/
H A Dtypes.go80 type BatchStopJobRunError struct { struct
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/glue/
H A Dapi.go8314 type BatchStopJobRunError struct { struct
8328 func (s BatchStopJobRunError) String() string { argument
8333 func (s BatchStopJobRunError) GoString() string { argument
8338 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
8344 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
8350 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
8418 Errors []*BatchStopJobRunError `type:"list"`
8435 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/glue/
H A Dapi.go7908 type BatchStopJobRunError struct { struct
7922 func (s BatchStopJobRunError) String() string { argument
7927 func (s BatchStopJobRunError) GoString() string { argument
7932 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
7938 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
7944 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
8014 Errors []*BatchStopJobRunError `type:"list"`
8031 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/glue/
H A Dapi.go8341 type BatchStopJobRunError struct { struct
8355 func (s BatchStopJobRunError) String() string { argument
8360 func (s BatchStopJobRunError) GoString() string { argument
8365 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
8371 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
8377 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
8445 Errors []*BatchStopJobRunError `type:"list"`
8462 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/glue/
H A Dapi.go12067 type BatchStopJobRunError struct { struct
12081 func (s BatchStopJobRunError) String() string { argument
12086 func (s BatchStopJobRunError) GoString() string { argument
12091 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
12097 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
12103 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
12171 Errors []*BatchStopJobRunError `type:"list"`
12188 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/glue/
H A Dapi.go13601 type BatchStopJobRunError struct { struct
13615 func (s BatchStopJobRunError) String() string { argument
13620 func (s BatchStopJobRunError) GoString() string { argument
13625 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
13631 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
13637 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
13705 Errors []*BatchStopJobRunError `type:"list"`
13722 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/glue/
H A Dapi.go13911 type BatchStopJobRunError struct { struct
13925 func (s BatchStopJobRunError) String() string { argument
13930 func (s BatchStopJobRunError) GoString() string { argument
13935 func (s *BatchStopJobRunError) SetErrorDetail(v *ErrorDetail) *BatchStopJobRunError { argument
13941 func (s *BatchStopJobRunError) SetJobName(v string) *BatchStopJobRunError { argument
13947 func (s *BatchStopJobRunError) SetJobRunId(v string) *BatchStopJobRunError { argument
14015 Errors []*BatchStopJobRunError `type:"list"`
14032 func (s *BatchStopJobRunOutput) SetErrors(v []*BatchStopJobRunError) *BatchStopJobRunOutput {

123