@Stability(value=Stable)
public static interface CfnAssessment.AWSAccountProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.auditmanager.*;
AWSAccountProperty aWSAccountProperty = AWSAccountProperty.builder()
.emailAddress("emailAddress")
.id("id")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssessment.AWSAccountProperty.Builder
A builder for
CfnAssessment.AWSAccountProperty |
static class |
CfnAssessment.AWSAccountProperty.Jsii$Proxy
An implementation for
CfnAssessment.AWSAccountProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssessment.AWSAccountProperty.Builder |
builder() |
default String |
getEmailAddress()
The email address that's associated with the AWS account .
|
default String |
getId()
The identifier for the AWS account .
|
default String |
getName()
The name of the AWS account .
|
@Stability(value=Stable) @Nullable default String getEmailAddress()
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnAssessment.AWSAccountProperty.Builder builder()
Copyright © 2022. All rights reserved.