Home
last modified time | relevance | path

Searched refs:GeofenceGeometry (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DGeofenceGeometry.h34 class AWS_LOCATIONSERVICE_API GeofenceGeometry
37 GeofenceGeometry();
38 GeofenceGeometry(Aws::Utils::Json::JsonView jsonValue);
39 GeofenceGeometry& operator=(Aws::Utils::Json::JsonView jsonValue);
106 …inline GeofenceGeometry& WithPolygon(const Aws::Vector<Aws::Vector<Aws::Vector<double>>>& value) {… in WithPolygon()
119 …inline GeofenceGeometry& WithPolygon(Aws::Vector<Aws::Vector<Aws::Vector<double>>>&& value) { SetP… in WithPolygon()
132 …inline GeofenceGeometry& AddPolygon(const Aws::Vector<Aws::Vector<double>>& value) { m_polygonHasB… in AddPolygon()
145 …inline GeofenceGeometry& AddPolygon(Aws::Vector<Aws::Vector<double>>&& value) { m_polygonHasBeenSe… in AddPolygon()
H A DBatchPutGeofenceRequestEntry.h96 inline const GeofenceGeometry& GetGeometry() const{ return m_geometry; } in GetGeometry()
112 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry()
120 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry()
128 …inline BatchPutGeofenceRequestEntry& WithGeometry(const GeofenceGeometry& value) { SetGeometry(val… in WithGeometry()
136 …inline BatchPutGeofenceRequestEntry& WithGeometry(GeofenceGeometry&& value) { SetGeometry(std::mov… in WithGeometry()
143 GeofenceGeometry m_geometry;
H A DPutGeofenceRequest.h132 inline const GeofenceGeometry& GetGeometry() const{ return m_geometry; } in GetGeometry()
148 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry()
156 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry()
164 …inline PutGeofenceRequest& WithGeometry(const GeofenceGeometry& value) { SetGeometry(value); retur… in WithGeometry()
172 …inline PutGeofenceRequest& WithGeometry(GeofenceGeometry&& value) { SetGeometry(std::move(value));… in WithGeometry()
182 GeofenceGeometry m_geometry;
H A DGetGeofenceResult.h112 inline const GeofenceGeometry& GetGeometry() const{ return m_geometry; } in GetGeometry()
117 inline void SetGeometry(const GeofenceGeometry& value) { m_geometry = value; } in SetGeometry()
122 inline void SetGeometry(GeofenceGeometry&& value) { m_geometry = std::move(value); } in SetGeometry()
127 …inline GetGeofenceResult& WithGeometry(const GeofenceGeometry& value) { SetGeometry(value); return… in WithGeometry()
132 …inline GetGeofenceResult& WithGeometry(GeofenceGeometry&& value) { SetGeometry(std::move(value)); … in WithGeometry()
261 GeofenceGeometry m_geometry;
H A DListGeofenceResponseEntry.h130 inline const GeofenceGeometry& GetGeometry() const{ return m_geometry; } in GetGeometry()
140 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry()
145 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry()
150 …inline ListGeofenceResponseEntry& WithGeometry(const GeofenceGeometry& value) { SetGeometry(value)… in WithGeometry()
155 …inline ListGeofenceResponseEntry& WithGeometry(GeofenceGeometry&& value) { SetGeometry(std::move(v… in WithGeometry()
305 GeofenceGeometry m_geometry;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/source/model/
H A DGeofenceGeometry.cpp21 GeofenceGeometry::GeofenceGeometry() : in GeofenceGeometry() function in Aws::LocationService::Model::GeofenceGeometry
26 GeofenceGeometry::GeofenceGeometry(JsonView jsonValue) : in GeofenceGeometry() function in Aws::LocationService::Model::GeofenceGeometry
32 GeofenceGeometry& GeofenceGeometry::operator =(JsonView jsonValue) in operator =()
61 JsonValue GeofenceGeometry::Jsonize() const in Jsonize()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/location/types/
H A Dtypes.go99 Geometry *GeofenceGeometry
223 type GeofenceGeometry struct { struct
294 Geometry *GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/location/types/
H A Dtypes.go99 Geometry *GeofenceGeometry
223 type GeofenceGeometry struct { struct
294 Geometry *GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/location/types/
H A Dtypes.go99 Geometry *GeofenceGeometry
223 type GeofenceGeometry struct { struct
294 Geometry *GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/location/types/
H A Dtypes.go99 Geometry *GeofenceGeometry
223 type GeofenceGeometry struct { struct
294 Geometry *GeofenceGeometry
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/location/types/
H A Dtypes.go126 Geometry *GeofenceGeometry
369 type GeofenceGeometry struct { struct
549 Geometry *GeofenceGeometry
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/location/
H A Dapi_op_PutGeofence.go50 Geometry *types.GeofenceGeometry
H A Dapi_op_GetGeofence.go61 Geometry *types.GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/location/
H A Dapi_op_GetGeofence.go61 Geometry *types.GeofenceGeometry
H A Dapi_op_PutGeofence.go50 Geometry *types.GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/location/
H A Dapi_op_GetGeofence.go61 Geometry *types.GeofenceGeometry
H A Dapi_op_PutGeofence.go50 Geometry *types.GeofenceGeometry
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/location/
H A Dapi_op_GetGeofence.go61 Geometry *types.GeofenceGeometry
H A Dapi_op_PutGeofence.go50 Geometry *types.GeofenceGeometry
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/location/
H A Dapi_op_GetGeofence.go63 Geometry *types.GeofenceGeometry
H A Dapi_op_PutGeofence.go50 Geometry *types.GeofenceGeometry
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/locationservice/
H A Dapi.go4568 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6515 type GeofenceGeometry struct { struct
6532 func (s GeofenceGeometry) String() string { argument
6537 func (s GeofenceGeometry) GoString() string { argument
6542 func (s *GeofenceGeometry) Validate() error { argument
6555 func (s *GeofenceGeometry) SetPolygon(v [][][]*float64) *GeofenceGeometry { argument
6890 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6938 func (s *GetGeofenceOutput) SetGeometry(v *GeofenceGeometry) *GetGeofenceOutput {
7613 Geometry *GeofenceGeometry `type:"structure" required:"true"`
8615 Geometry *GeofenceGeometry `type:"structure" required:"true"`
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/locationservice/
H A Dapi.go4568 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6515 type GeofenceGeometry struct { struct
6532 func (s GeofenceGeometry) String() string { argument
6537 func (s GeofenceGeometry) GoString() string { argument
6542 func (s *GeofenceGeometry) Validate() error { argument
6555 func (s *GeofenceGeometry) SetPolygon(v [][][]*float64) *GeofenceGeometry { argument
6890 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6938 func (s *GetGeofenceOutput) SetGeometry(v *GeofenceGeometry) *GetGeofenceOutput {
7613 Geometry *GeofenceGeometry `type:"structure" required:"true"`
8615 Geometry *GeofenceGeometry `type:"structure" required:"true"`
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/locationservice/
H A Dapi.go4557 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6409 type GeofenceGeometry struct { struct
6426 func (s GeofenceGeometry) String() string { argument
6431 func (s GeofenceGeometry) GoString() string { argument
6436 func (s *GeofenceGeometry) Validate() error { argument
6449 func (s *GeofenceGeometry) SetPolygon(v [][][]*float64) *GeofenceGeometry { argument
6777 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6825 func (s *GetGeofenceOutput) SetGeometry(v *GeofenceGeometry) *GetGeofenceOutput {
7476 Geometry *GeofenceGeometry `type:"structure" required:"true"`
8417 Geometry *GeofenceGeometry `type:"structure" required:"true"`
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/locationservice/
H A Dapi.go4557 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6409 type GeofenceGeometry struct { struct
6426 func (s GeofenceGeometry) String() string { argument
6431 func (s GeofenceGeometry) GoString() string { argument
6436 func (s *GeofenceGeometry) Validate() error { argument
6449 func (s *GeofenceGeometry) SetPolygon(v [][][]*float64) *GeofenceGeometry { argument
6777 Geometry *GeofenceGeometry `type:"structure" required:"true"`
6825 func (s *GetGeofenceOutput) SetGeometry(v *GeofenceGeometry) *GetGeofenceOutput {
7476 Geometry *GeofenceGeometry `type:"structure" required:"true"`
8417 Geometry *GeofenceGeometry `type:"structure" required:"true"`
[all …]

12