Interface HealthcareConsentStoreIamMemberCondition
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareConsentStoreIamMemberCondition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.494Z") @Stability(Stable) public interface HealthcareConsentStoreIamMemberCondition extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareConsentStoreIamMemberCondition.BuilderA builder forHealthcareConsentStoreIamMemberConditionstatic classHealthcareConsentStoreIamMemberCondition.Jsii$ProxyAn implementation forHealthcareConsentStoreIamMemberCondition
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareConsentStoreIamMemberCondition.Builderbuilder()default StringgetDescription()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_consent_store_iam_member#description HealthcareConsentStoreIamMember#description}.StringgetExpression()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_consent_store_iam_member#expression HealthcareConsentStoreIamMember#expression}.StringgetTitle()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_consent_store_iam_member#title HealthcareConsentStoreIamMember#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_consent_store_iam_member#expression HealthcareConsentStoreIamMember#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_consent_store_iam_member#title HealthcareConsentStoreIamMember#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_consent_store_iam_member#description HealthcareConsentStoreIamMember#description}.
-
builder
@Stability(Stable) static HealthcareConsentStoreIamMemberCondition.Builder builder()
-
-