@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConstraintDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed constraint information.
Constructor and Description |
---|
ConstraintDetail() |
Modifier and Type | Method and Description |
---|---|
ConstraintDetail |
clone() |
boolean |
equals(Object obj) |
String |
getConstraintId()
The identifier of the constraint.
|
String |
getDescription()
The text description of the constraint.
|
String |
getOwner()
The owner of the constraint.
|
String |
getType()
The type of the constraint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstraintId(String constraintId)
The identifier of the constraint.
|
void |
setDescription(String description)
The text description of the constraint.
|
void |
setOwner(String owner)
The owner of the constraint.
|
void |
setType(String type)
The type of the constraint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConstraintDetail |
withConstraintId(String constraintId)
The identifier of the constraint.
|
ConstraintDetail |
withDescription(String description)
The text description of the constraint.
|
ConstraintDetail |
withOwner(String owner)
The owner of the constraint.
|
ConstraintDetail |
withType(String type)
The type of the constraint.
|
public void setConstraintId(String constraintId)
The identifier of the constraint.
constraintId
- The identifier of the constraint.public String getConstraintId()
The identifier of the constraint.
public ConstraintDetail withConstraintId(String constraintId)
The identifier of the constraint.
constraintId
- The identifier of the constraint.public void setType(String type)
The type of the constraint.
type
- The type of the constraint.public String getType()
The type of the constraint.
public ConstraintDetail withType(String type)
The type of the constraint.
type
- The type of the constraint.public void setDescription(String description)
The text description of the constraint.
description
- The text description of the constraint.public String getDescription()
The text description of the constraint.
public ConstraintDetail withDescription(String description)
The text description of the constraint.
description
- The text description of the constraint.public void setOwner(String owner)
The owner of the constraint.
owner
- The owner of the constraint.public String getOwner()
The owner of the constraint.
public ConstraintDetail withOwner(String owner)
The owner of the constraint.
owner
- The owner of the constraint.public String toString()
toString
in class Object
Object.toString()
public ConstraintDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.