@Generated(value="software.amazon.awssdk:codegen") public final class ConstraintDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>
Information about a constraint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConstraintDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintDetail.Builder |
builder() |
String |
constraintId()
The identifier of the constraint.
|
String |
description()
The description of the constraint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
The owner of the constraint.
|
String |
portfolioId()
The identifier of the portfolio the product resides in.
|
String |
productId()
The identifier of the product the constraint applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConstraintDetail.Builder> |
serializableBuilderClass() |
ConstraintDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of constraint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String constraintId()
The identifier of the constraint.
public final String type()
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
public final String description()
The description of the constraint.
public final String owner()
The owner of the constraint.
public final String productId()
The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.
public final String portfolioId()
The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.
public ConstraintDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>public static ConstraintDetail.Builder builder()
public static Class<? extends ConstraintDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.