Home
last modified time | relevance | path

Searched refs:IspPlacement (Results 1 – 25 of 101) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sesv2/include/aws/sesv2/model/
H A DIspPlacement.h33 class AWS_SESV2_API IspPlacement
36 IspPlacement();
37 IspPlacement(Aws::Utils::Json::JsonView jsonValue);
38 IspPlacement& operator=(Aws::Utils::Json::JsonView jsonValue);
70 inline IspPlacement& WithIspName(const Aws::String& value) { SetIspName(value); return *this;} in WithIspName()
75 …inline IspPlacement& WithIspName(Aws::String&& value) { SetIspName(std::move(value)); return *this… in WithIspName()
80 inline IspPlacement& WithIspName(const char* value) { SetIspName(value); return *this;} in WithIspName()
111 …inline IspPlacement& WithPlacementStatistics(const PlacementStatistics& value) { SetPlacementStati… in WithPlacementStatistics()
117 …inline IspPlacement& WithPlacementStatistics(PlacementStatistics&& value) { SetPlacementStatistics… in WithPlacementStatistics()
H A DGetDeliverabilityTestReportResult.h117 inline const Aws::Vector<IspPlacement>& GetIspPlacements() const{ return m_ispPlacements; } in GetIspPlacements()
123 … inline void SetIspPlacements(const Aws::Vector<IspPlacement>& value) { m_ispPlacements = value; } in SetIspPlacements()
129 …inline void SetIspPlacements(Aws::Vector<IspPlacement>&& value) { m_ispPlacements = std::move(valu… in SetIspPlacements()
135 …inline GetDeliverabilityTestReportResult& WithIspPlacements(const Aws::Vector<IspPlacement>& value… in WithIspPlacements()
141 …inline GetDeliverabilityTestReportResult& WithIspPlacements(Aws::Vector<IspPlacement>&& value) { S… in WithIspPlacements()
147 …inline GetDeliverabilityTestReportResult& AddIspPlacements(const IspPlacement& value) { m_ispPlace… in AddIspPlacements()
153 …inline GetDeliverabilityTestReportResult& AddIspPlacements(IspPlacement&& value) { m_ispPlacements… in AddIspPlacements()
247 Aws::Vector<IspPlacement> m_ispPlacements;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/model/
H A DIspPlacement.h33 class AWS_PINPOINTEMAIL_API IspPlacement
36 IspPlacement();
37 IspPlacement(Aws::Utils::Json::JsonView jsonValue);
38 IspPlacement& operator=(Aws::Utils::Json::JsonView jsonValue);
70 inline IspPlacement& WithIspName(const Aws::String& value) { SetIspName(value); return *this;} in WithIspName()
75 …inline IspPlacement& WithIspName(Aws::String&& value) { SetIspName(std::move(value)); return *this… in WithIspName()
80 inline IspPlacement& WithIspName(const char* value) { SetIspName(value); return *this;} in WithIspName()
111 …inline IspPlacement& WithPlacementStatistics(const PlacementStatistics& value) { SetPlacementStati… in WithPlacementStatistics()
117 …inline IspPlacement& WithPlacementStatistics(PlacementStatistics&& value) { SetPlacementStatistics… in WithPlacementStatistics()
H A DGetDeliverabilityTestReportResult.h117 inline const Aws::Vector<IspPlacement>& GetIspPlacements() const{ return m_ispPlacements; } in GetIspPlacements()
123 … inline void SetIspPlacements(const Aws::Vector<IspPlacement>& value) { m_ispPlacements = value; } in SetIspPlacements()
129 …inline void SetIspPlacements(Aws::Vector<IspPlacement>&& value) { m_ispPlacements = std::move(valu… in SetIspPlacements()
135 …inline GetDeliverabilityTestReportResult& WithIspPlacements(const Aws::Vector<IspPlacement>& value… in WithIspPlacements()
141 …inline GetDeliverabilityTestReportResult& WithIspPlacements(Aws::Vector<IspPlacement>&& value) { S… in WithIspPlacements()
147 …inline GetDeliverabilityTestReportResult& AddIspPlacements(const IspPlacement& value) { m_ispPlace… in AddIspPlacements()
153 …inline GetDeliverabilityTestReportResult& AddIspPlacements(IspPlacement&& value) { m_ispPlacements… in AddIspPlacements()
247 Aws::Vector<IspPlacement> m_ispPlacements;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint-email/source/model/
H A DIspPlacement.cpp21 IspPlacement::IspPlacement() : in IspPlacement() function in Aws::PinpointEmail::Model::IspPlacement
27 IspPlacement::IspPlacement(JsonView jsonValue) : in IspPlacement() function in Aws::PinpointEmail::Model::IspPlacement
34 IspPlacement& IspPlacement::operator =(JsonView jsonValue) in operator =()
53 JsonValue IspPlacement::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sesv2/source/model/
H A DIspPlacement.cpp21 IspPlacement::IspPlacement() : in IspPlacement() function in Aws::SESV2::Model::IspPlacement
27 IspPlacement::IspPlacement(JsonView jsonValue) : in IspPlacement() function in Aws::SESV2::Model::IspPlacement
34 IspPlacement& IspPlacement::operator =(JsonView jsonValue) in operator =()
53 JsonValue IspPlacement::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/pinpointemail/
H A Dapi_op_GetDeliverabilityTestReport.go53 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go51 IspPlacements []types.IspPlacement
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/sesv2/
H A Dapi_op_GetDeliverabilityTestReport.go53 IspPlacements []types.IspPlacement
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/pinpointemail/types/
H A Dtypes.go524 type IspPlacement struct { struct

12345