Home
last modified time | relevance | path

Searched defs:SetNamespaceName (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotthingsgraph/include/aws/iotthingsgraph/model/
H A DDescribeNamespaceRequest.h53 …inline void SetNamespaceName(const Aws::String& value) { m_namespaceNameHasBeenSet = true; m_names… in SetNamespaceName() function
59 …inline void SetNamespaceName(Aws::String&& value) { m_namespaceNameHasBeenSet = true; m_namespaceN… in SetNamespaceName() function
65 …inline void SetNamespaceName(const char* value) { m_namespaceNameHasBeenSet = true; m_namespaceNam… in SetNamespaceName() function
H A DDeleteNamespaceResult.h79 inline void SetNamespaceName(const Aws::String& value) { m_namespaceName = value; } in SetNamespaceName() function
84 inline void SetNamespaceName(Aws::String&& value) { m_namespaceName = std::move(value); } in SetNamespaceName() function
89 inline void SetNamespaceName(const char* value) { m_namespaceName.assign(value); } in SetNamespaceName() function
H A DDescribeNamespaceResult.h79 inline void SetNamespaceName(const Aws::String& value) { m_namespaceName = value; } in SetNamespaceName() function
84 inline void SetNamespaceName(Aws::String&& value) { m_namespaceName = std::move(value); } in SetNamespaceName() function
89 inline void SetNamespaceName(const char* value) { m_namespaceName.assign(value); } in SetNamespaceName() function
H A DGetNamespaceDeletionStatusResult.h81 inline void SetNamespaceName(const Aws::String& value) { m_namespaceName = value; } in SetNamespaceName() function
86 inline void SetNamespaceName(Aws::String&& value) { m_namespaceName = std::move(value); } in SetNamespaceName() function
91 inline void SetNamespaceName(const char* value) { m_namespaceName.assign(value); } in SetNamespaceName() function
H A DGetUploadStatusResult.h149 inline void SetNamespaceName(const Aws::String& value) { m_namespaceName = value; } in SetNamespaceName() function
154 inline void SetNamespaceName(Aws::String&& value) { m_namespaceName = std::move(value); } in SetNamespaceName() function
159 inline void SetNamespaceName(const char* value) { m_namespaceName.assign(value); } in SetNamespaceName() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/include/aws/appmesh/model/
H A DAwsCloudMapServiceDiscovery.h122 …inline void SetNamespaceName(const Aws::String& value) { m_namespaceNameHasBeenSet = true; m_names… in SetNamespaceName() function
127 …inline void SetNamespaceName(Aws::String&& value) { m_namespaceNameHasBeenSet = true; m_namespaceN… in SetNamespaceName() function
132 …inline void SetNamespaceName(const char* value) { m_namespaceNameHasBeenSet = true; m_namespaceNam… in SetNamespaceName() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicediscovery/include/aws/servicediscovery/model/
H A DHttpInstanceSummary.h114 …inline void SetNamespaceName(const Aws::String& value) { m_namespaceNameHasBeenSet = true; m_names… in SetNamespaceName() function
121 …inline void SetNamespaceName(Aws::String&& value) { m_namespaceNameHasBeenSet = true; m_namespaceN… in SetNamespaceName() function
128 …inline void SetNamespaceName(const char* value) { m_namespaceNameHasBeenSet = true; m_namespaceNam… in SetNamespaceName() function
H A DDiscoverInstancesRequest.h58 …inline void SetNamespaceName(const Aws::String& value) { m_namespaceNameHasBeenSet = true; m_names… in SetNamespaceName() function
65 …inline void SetNamespaceName(Aws::String&& value) { m_namespaceNameHasBeenSet = true; m_namespaceN… in SetNamespaceName() function
72 …inline void SetNamespaceName(const char* value) { m_namespaceNameHasBeenSet = true; m_namespaceNam… in SetNamespaceName() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dtypestr.hpp69 void SetNamespaceName(const string& name) in SetNamespaceName() function in CTypeStrings
H A Ddtdaux.cpp270 void DTDAttribute::SetNamespaceName(const string& name) in SetNamespaceName() function in DTDAttribute
534 void DTDElement::SetNamespaceName(const string& name) in SetNamespaceName() function in DTDElement
H A Dtype.hpp395 void SetNamespaceName(const string& name) in SetNamespaceName() function in CDataType
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dtypestr.hpp69 void SetNamespaceName(const string& name) in SetNamespaceName() function in CTypeStrings
H A Ddtdaux.cpp270 void DTDAttribute::SetNamespaceName(const string& name) in SetNamespaceName() function in DTDAttribute
534 void DTDElement::SetNamespaceName(const string& name) in SetNamespaceName() function in DTDElement
H A Dtype.hpp395 void SetNamespaceName(const string& name) in SetNamespaceName() function in CDataType
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dtypeinfo.cpp197 const CTypeInfo* CTypeInfo::SetNamespaceName(const string& ns_name) const in SetNamespaceName() function in CTypeInfo
589 void CNamespaceInfoItem::SetNamespaceName(const string& ns_name) in SetNamespaceName() function in CNamespaceInfoItem
H A Dserialobject.cpp434 void CAnyContentObject::SetNamespaceName(const string& ns_name) in SetNamespaceName() function in CAnyContentObject
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dtypeinfo.cpp197 const CTypeInfo* CTypeInfo::SetNamespaceName(const string& ns_name) const in SetNamespaceName() function in CTypeInfo
589 void CNamespaceInfoItem::SetNamespaceName(const string& ns_name) in SetNamespaceName() function in CNamespaceInfoItem
H A Dserialobject.cpp434 void CAnyContentObject::SetNamespaceName(const string& ns_name) in SetNamespaceName() function in CAnyContentObject
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4179 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4504 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4545 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5311 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5661 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4179 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4504 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4545 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5311 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5661 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4199 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4524 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4565 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5331 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5681 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4179 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4504 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4545 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5311 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5661 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4199 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4524 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4565 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5331 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5681 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4199 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4524 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4565 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5331 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5681 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/iotthingsgraph/
H A Dapi.go4199 func (s *DeleteNamespaceOutput) SetNamespaceName(v string) *DeleteNamespaceOutput { func
4524 func (s *DescribeNamespaceInput) SetNamespaceName(v string) *DescribeNamespaceInput { func
4565 func (s *DescribeNamespaceOutput) SetNamespaceName(v string) *DescribeNamespaceOutput { func
5331 func (s *GetNamespaceDeletionStatusOutput) SetNamespaceName(v string) *GetNamespaceDeletionStatusOu… func
5681 func (s *GetUploadStatusOutput) SetNamespaceName(v string) *GetUploadStatusOutput { func

1234