@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
owner()
The owner of the constraint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConstraintDetail.Builder> |
serializableBuilderClass() |
ConstraintDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The type of constraint.
|
copy
public String constraintId()
The identifier of the constraint.
public String type()
The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
LAUNCH
NOTIFICATION
TEMPLATE
public String description()
The description of the constraint.
public String owner()
The owner of the constraint.
public ConstraintDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>
public static ConstraintDetail.Builder builder()
public static Class<? extends ConstraintDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.