@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConstraintSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a constraint.
Constructor and Description |
---|
ConstraintSummary() |
Modifier and Type | Method and Description |
---|---|
ConstraintSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the constraint.
|
String |
getType()
The type of constraint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the constraint.
|
void |
setType(String type)
The type of constraint.
|
String |
toString()
Returns a string representation of this object.
|
ConstraintSummary |
withDescription(String description)
The description of the constraint.
|
ConstraintSummary |
withType(String type)
The type of constraint.
|
public void setType(String type)
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
type
- The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
public String getType()
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
public ConstraintSummary withType(String type)
The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
type
- The type of constraint.
LAUNCH
NOTIFICATION
STACKSET
TEMPLATE
public void setDescription(String description)
The description of the constraint.
description
- The description of the constraint.public String getDescription()
The description of the constraint.
public ConstraintSummary withDescription(String description)
The description of the constraint.
description
- The description of the constraint.public String toString()
toString
in class Object
Object.toString()
public ConstraintSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.