Interface HealthcareDicomStoreIamMemberCondition
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareDicomStoreIamMemberCondition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.515Z") @Stability(Stable) public interface HealthcareDicomStoreIamMemberCondition extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareDicomStoreIamMemberCondition.BuilderA builder forHealthcareDicomStoreIamMemberConditionstatic classHealthcareDicomStoreIamMemberCondition.Jsii$ProxyAn implementation forHealthcareDicomStoreIamMemberCondition
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareDicomStoreIamMemberCondition.Builderbuilder()default StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#description HealthcareDicomStoreIamMember#description}.StringgetExpression()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#expression HealthcareDicomStoreIamMember#expression}.StringgetTitle()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#title HealthcareDicomStoreIamMember#title}.
-
-
-
Method Detail
-
getExpression
@Stability(Stable) @NotNull String getExpression()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#expression HealthcareDicomStoreIamMember#expression}.
-
getTitle
@Stability(Stable) @NotNull String getTitle()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#title HealthcareDicomStoreIamMember#title}.
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store_iam_member#description HealthcareDicomStoreIamMember#description}.
-
builder
@Stability(Stable) static HealthcareDicomStoreIamMemberCondition.Builder builder()
-
-