@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConstraintDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about a constraint.
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 description of the constraint.
|
String |
getOwner()
The owner of the constraint.
|
String |
getType()
The type of 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 description of the constraint.
|
void |
setOwner(String owner)
The owner of the constraint.
|
void |
setType(String type)
The type of 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 description of the constraint.
|
ConstraintDetail |
withOwner(String owner)
The owner of the constraint.
|
ConstraintDetail |
withType(String type)
The type of 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 constraint.
LAUNCH
NOTIFICATION
TEMPLATE
type
- The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
public String getType()
The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
LAUNCH
NOTIFICATION
TEMPLATE
public ConstraintDetail withType(String type)
The type of constraint.
LAUNCH
NOTIFICATION
TEMPLATE
type
- The type of constraint.
LAUNCH
NOTIFICATION
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 ConstraintDetail withDescription(String description)
The description of the constraint.
description
- The 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.