@Generated(value="software.amazon.awssdk:codegen") public class ConstraintDetail extends Object implements StructuredPojo, ToCopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>
Detailed constraint information.
| 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 text description of the constraint.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
owner()
The owner of the constraint.
|
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 the constraint.
|
copypublic String constraintId()
The identifier of the constraint.
public String type()
The type of the constraint.
public String description()
The text description of the constraint.
public String owner()
The owner of the constraint.
public ConstraintDetail.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ConstraintDetail.Builder,ConstraintDetail>public static ConstraintDetail.Builder builder()
public static Class<? extends ConstraintDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.