StructuredPojo
, ToCopyableBuilder<ConstraintSummary.Builder,ConstraintSummary>
@Generated("software.amazon.awssdk:codegen") public class ConstraintSummary extends Object implements StructuredPojo, ToCopyableBuilder<ConstraintSummary.Builder,ConstraintSummary>
An administrator-specified constraint to apply when provisioning a product.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConstraintSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConstraintSummary.Builder |
builder() |
|
String |
description() |
The text description of the constraint.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ConstraintSummary.Builder> |
serializableBuilderClass() |
|
ConstraintSummary.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.
|
public String type()
The type of the constraint.
public String description()
The text description of the constraint.
public ConstraintSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConstraintSummary.Builder,ConstraintSummary>
public static ConstraintSummary.Builder builder()
public static Class<? extends ConstraintSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.