Package com.pulumi.automation
Class ProjectConfigItemsType
- java.lang.Object
-
- com.pulumi.automation.ProjectConfigItemsType
-
public class ProjectConfigItemsType extends java.lang.Object
The project configuration items type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectConfigItemsType.Builder
Builder forProjectConfigItemsType
.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectConfigItemsType.Builder
builder()
Returns a new builder forProjectConfigItemsType
.boolean
equals(java.lang.Object o)
int
hashCode()
ProjectConfigItemsType
items()
The configuration items type.ProjectConfigItemsType.Builder
toBuilder()
Creates a newProjectConfigItemsType.Builder
initialized with the values from this instance.java.lang.String
type()
The type of the configuration item.
-
-
-
Method Detail
-
builder
public static ProjectConfigItemsType.Builder builder()
Returns a new builder forProjectConfigItemsType
.- Returns:
- the builder
-
type
public java.lang.String type()
The type of the configuration item.- Returns:
- the type of the configuration item
-
items
@Nullable public ProjectConfigItemsType items()
The configuration items type.- Returns:
- the configuration items
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toBuilder
public ProjectConfigItemsType.Builder toBuilder()
Creates a newProjectConfigItemsType.Builder
initialized with the values from this instance.- Returns:
- a new
ProjectConfigItemsType.Builder
with values copied from this instance
-
-