Class GetUserEmail
- java.lang.Object
-
- com.pulumi.aws.identitystore.outputs.GetUserEmail
-
public final class GetUserEmail extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetUserEmail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetUserEmail.Builder
builder()
static GetUserEmail.Builder
builder(GetUserEmail defaults)
java.lang.Boolean
primary()
java.lang.String
type()
java.lang.String
value()
-
-
-
Method Detail
-
primary
public java.lang.Boolean primary()
- Returns:
- When `true`, this is the primary phone number associated with the user.
-
type
public java.lang.String type()
- Returns:
- The type of phone number.
-
value
public java.lang.String value()
- Returns:
- The user's phone number.
-
builder
public static GetUserEmail.Builder builder()
-
builder
public static GetUserEmail.Builder builder(GetUserEmail defaults)
-
-