Package com.pulumi.automation
Class ProjectConfigItemsType
- java.lang.Object
-
- com.pulumi.automation.ProjectConfigItemsType
-
public class ProjectConfigItemsType extends java.lang.ObjectThe project configuration items type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectConfigItemsType.BuilderBuilder forProjectConfigItemsType.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectConfigItemsType.Builderbuilder()Returns a new builder forProjectConfigItemsType.booleanequals(java.lang.Object o)inthashCode()ProjectConfigItemsTypeitems()The configuration items type.ProjectConfigItemsType.BuildertoBuilder()Creates a newProjectConfigItemsType.Builderinitialized with the values from this instance.java.lang.Stringtype()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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ProjectConfigItemsType.Builder toBuilder()
Creates a newProjectConfigItemsType.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectConfigItemsType.Builderwith values copied from this instance
-
-