/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dataexchange/include/aws/dataexchange/model/ |
H A D | AssetDestinationEntry.h | 31 class AWS_DATAEXCHANGE_API AssetDestinationEntry 34 AssetDestinationEntry(); 35 AssetDestinationEntry(Aws::Utils::Json::JsonView jsonValue); 36 AssetDestinationEntry& operator=(Aws::Utils::Json::JsonView jsonValue); 68 …inline AssetDestinationEntry& WithAssetId(const Aws::String& value) { SetAssetId(value); return *t… in WithAssetId() 78 inline AssetDestinationEntry& WithAssetId(const char* value) { SetAssetId(value); return *this;} in WithAssetId() 109 …inline AssetDestinationEntry& WithBucket(const Aws::String& value) { SetBucket(value); return *thi… in WithBucket() 119 inline AssetDestinationEntry& WithBucket(const char* value) { SetBucket(value); return *this;} in WithBucket() 150 inline AssetDestinationEntry& WithKey(const Aws::String& value) { SetKey(value); return *this;} in WithKey() 155 …inline AssetDestinationEntry& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *thi… in WithKey() [all …]
|
H A D | ExportAssetsToS3RequestDetails.h | 47 …inline const Aws::Vector<AssetDestinationEntry>& GetAssetDestinations() const{ return m_assetDesti… in GetAssetDestinations() 57 …inline void SetAssetDestinations(const Aws::Vector<AssetDestinationEntry>& value) { m_assetDestina… in SetAssetDestinations() 62 …inline void SetAssetDestinations(Aws::Vector<AssetDestinationEntry>&& value) { m_assetDestinations… in SetAssetDestinations() 67 …AssetsToS3RequestDetails& WithAssetDestinations(const Aws::Vector<AssetDestinationEntry>& value) {… in WithAssetDestinations() 72 …inline ExportAssetsToS3RequestDetails& WithAssetDestinations(Aws::Vector<AssetDestinationEntry>&& … in WithAssetDestinations() 77 …inline ExportAssetsToS3RequestDetails& AddAssetDestinations(const AssetDestinationEntry& value) { … in AddAssetDestinations() 82 …inline ExportAssetsToS3RequestDetails& AddAssetDestinations(AssetDestinationEntry&& value) { m_ass… in AddAssetDestinations() 207 Aws::Vector<AssetDestinationEntry> m_assetDestinations;
|
H A D | ExportAssetsToS3ResponseDetails.h | 46 …inline const Aws::Vector<AssetDestinationEntry>& GetAssetDestinations() const{ return m_assetDesti… in GetAssetDestinations() 56 …inline void SetAssetDestinations(const Aws::Vector<AssetDestinationEntry>& value) { m_assetDestina… in SetAssetDestinations() 61 …inline void SetAssetDestinations(Aws::Vector<AssetDestinationEntry>&& value) { m_assetDestinations… in SetAssetDestinations() 66 …ssetsToS3ResponseDetails& WithAssetDestinations(const Aws::Vector<AssetDestinationEntry>& value) {… in WithAssetDestinations() 71 …inline ExportAssetsToS3ResponseDetails& WithAssetDestinations(Aws::Vector<AssetDestinationEntry>&&… in WithAssetDestinations() 76 …inline ExportAssetsToS3ResponseDetails& AddAssetDestinations(const AssetDestinationEntry& value) {… in AddAssetDestinations() 81 …inline ExportAssetsToS3ResponseDetails& AddAssetDestinations(AssetDestinationEntry&& value) { m_as… in AddAssetDestinations() 206 Aws::Vector<AssetDestinationEntry> m_assetDestinations;
|
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dataexchange/source/model/ |
H A D | AssetDestinationEntry.cpp | 21 AssetDestinationEntry::AssetDestinationEntry() : in AssetDestinationEntry() function in Aws::DataExchange::Model::AssetDestinationEntry 28 AssetDestinationEntry::AssetDestinationEntry(JsonView jsonValue) : in AssetDestinationEntry() function in Aws::DataExchange::Model::AssetDestinationEntry 36 AssetDestinationEntry& AssetDestinationEntry::operator =(JsonView jsonValue) in operator =() 62 JsonValue AssetDestinationEntry::Jsonize() const in Jsonize()
|
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/dataexchange/types/ |
H A D | types.go | 10 type AssetDestinationEntry struct { struct 174 AssetDestinations []AssetDestinationEntry 196 AssetDestinations []AssetDestinationEntry
|
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/dataexchange/types/ |
H A D | types.go | 11 type AssetDestinationEntry struct { struct 187 AssetDestinations []AssetDestinationEntry 211 AssetDestinations []AssetDestinationEntry
|
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2213 type AssetDestinationEntry struct { struct 2231 func (s AssetDestinationEntry) String() string { argument 2236 func (s AssetDestinationEntry) GoString() string { argument 2241 func (s *AssetDestinationEntry) Validate() error { argument 2257 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2263 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2269 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3532 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3585 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3609 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2213 type AssetDestinationEntry struct { 2231 func (s AssetDestinationEntry) String() string { 2236 func (s AssetDestinationEntry) GoString() string { 2241 func (s *AssetDestinationEntry) Validate() error { 2257 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { 2263 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { 2269 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { 3532 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3585 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3609 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/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/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3707 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3731 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3707 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3731 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/dataexchange/ |
H A D | api.go | 2270 type AssetDestinationEntry struct { struct 2288 func (s AssetDestinationEntry) String() string { argument 2293 func (s AssetDestinationEntry) GoString() string { argument 2298 func (s *AssetDestinationEntry) Validate() error { argument 2314 func (s *AssetDestinationEntry) SetAssetId(v string) *AssetDestinationEntry { argument 2320 func (s *AssetDestinationEntry) SetBucket(v string) *AssetDestinationEntry { argument 2326 func (s *AssetDestinationEntry) SetKey(v string) *AssetDestinationEntry { argument 3654 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` 3715 func (s *ExportAssetsToS3RequestDetails) SetAssetDestinations(v []*AssetDestinationEntry) *ExportAs… 3745 AssetDestinations []*AssetDestinationEntry `type:"list" required:"true"` [all …]
|