Home
last modified time | relevance | path

Searched refs:TemplateVersion (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/include/aws/quicksight/model/
H A DTemplateVersion.h37 class AWS_QUICKSIGHT_API TemplateVersion
40 TemplateVersion();
41 TemplateVersion(Aws::Utils::Json::JsonView jsonValue);
42 TemplateVersion& operator=(Aws::Utils::Json::JsonView jsonValue);
136 …inline TemplateVersion& WithVersionNumber(long long value) { SetVersionNumber(value); return *this… in WithVersionNumber()
162 … inline TemplateVersion& WithStatus(const ResourceStatus& value) { SetStatus(value); return *this;} in WithStatus()
167 …inline TemplateVersion& WithStatus(ResourceStatus&& value) { SetStatus(std::move(value)); return *… in WithStatus()
265 … inline TemplateVersion& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
345 …inline TemplateVersion& WithThemeArn(const Aws::String& value) { SetThemeArn(value); return *this;} in WithThemeArn()
355 inline TemplateVersion& WithThemeArn(const char* value) { SetThemeArn(value); return *this;} in WithThemeArn()
[all …]
H A DTemplate.h135 inline const TemplateVersion& GetVersion() const{ return m_version; } in GetVersion()
145 …inline void SetVersion(const TemplateVersion& value) { m_versionHasBeenSet = true; m_version = val… in SetVersion()
150 …inline void SetVersion(TemplateVersion&& value) { m_versionHasBeenSet = true; m_version = std::mov… in SetVersion()
155 inline Template& WithVersion(const TemplateVersion& value) { SetVersion(value); return *this;} in WithVersion()
160 …inline Template& WithVersion(TemplateVersion&& value) { SetVersion(std::move(value)); return *this… in WithVersion()
281 TemplateVersion m_version;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-quicksight/source/model/
H A DTemplateVersion.cpp21 TemplateVersion::TemplateVersion() : in TemplateVersion() function in Aws::QuickSight::Model::TemplateVersion
36 TemplateVersion::TemplateVersion(JsonView jsonValue) : in TemplateVersion() function in Aws::QuickSight::Model::TemplateVersion
52 TemplateVersion& TemplateVersion::operator =(JsonView jsonValue) in operator =()
129 JsonValue TemplateVersion::Jsonize() const in Jsonize()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/oos/
H A Dstruct_template_versions.go20 TemplateVersion []TemplateVersion `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_template_version.go19 type TemplateVersion struct { struct
22 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` argument
H A Dstruct_action.go25 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_state_configuration.go21 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_state_configuration_in_list_state_configurations.go25 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_state_configuration_item.go25 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_template.go27 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_execution_in_start_execution.go23 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_execution.go29 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dgenerate_execution_policy.go74 TemplateVersion string `position:"Query" name:"TemplateVersion"` member
H A Dget_template.go74 TemplateVersion string `position:"Query" name:"TemplateVersion"` member
H A Dlist_state_configurations.go76 TemplateVersion string `position:"Query" name:"TemplateVersion"` member
H A Dlist_template_versions.go86 TemplateVersions []TemplateVersion `json:"TemplateVersions" xml:"TemplateVersions"`
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/osc/v1/
H A Dtest_template.py33 tv1 = template_versions.TemplateVersion(None, ret_data[0])
34 tv2 = template_versions.TemplateVersion(None, ret_data[1])
74 self.tv1 = template_versions.TemplateVersion(None, self.defaults[0])
75 self.tv2 = template_versions.TemplateVersion(None, self.defaults[1])
76 self.tv_with_cf = template_versions.TemplateVersion(
/dports/www/gohugo/hugo-0.91.2/tpl/
H A Dtemplate_info.go21 const TemplateVersion = 2 const
77 Version: TemplateVersion,
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/v1/
H A Dtemplate_versions.py20 class TemplateVersion(base.Resource): class
29 resource_class = TemplateVersion
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/oos/
H A Dstruct_action.go25 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_template.go25 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dstruct_execution.go30 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
H A Dget_template.go79 TemplateVersion string `position:"Query" name:"TemplateVersion"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudesl/
H A Dstruct_store_info.go28 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/edas/
H A Dstruct_rule.go24 TemplateVersion int `json:"TemplateVersion" xml:"TemplateVersion"` member

1234567