@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConstraintResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConstraintResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConstraintResult |
clone() |
boolean |
equals(Object obj) |
ConstraintDetail |
getConstraintDetail()
Detailed constraint information.
|
String |
getConstraintParameters()
The current parameters associated with the specified constraint.
|
String |
getStatus()
The status of the current request.
|
int |
hashCode() |
void |
setConstraintDetail(ConstraintDetail constraintDetail)
Detailed constraint information.
|
void |
setConstraintParameters(String constraintParameters)
The current parameters associated with the specified constraint.
|
void |
setStatus(Status status)
The status of the current request.
|
void |
setStatus(String status)
The status of the current request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConstraintResult |
withConstraintDetail(ConstraintDetail constraintDetail)
Detailed constraint information.
|
DescribeConstraintResult |
withConstraintParameters(String constraintParameters)
The current parameters associated with the specified constraint.
|
DescribeConstraintResult |
withStatus(Status status)
The status of the current request.
|
DescribeConstraintResult |
withStatus(String status)
The status of the current request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConstraintDetail(ConstraintDetail constraintDetail)
Detailed constraint information.
constraintDetail
- Detailed constraint information.public ConstraintDetail getConstraintDetail()
Detailed constraint information.
public DescribeConstraintResult withConstraintDetail(ConstraintDetail constraintDetail)
Detailed constraint information.
constraintDetail
- Detailed constraint information.public void setConstraintParameters(String constraintParameters)
The current parameters associated with the specified constraint.
constraintParameters
- The current parameters associated with the specified constraint.public String getConstraintParameters()
The current parameters associated with the specified constraint.
public DescribeConstraintResult withConstraintParameters(String constraintParameters)
The current parameters associated with the specified constraint.
constraintParameters
- The current parameters associated with the specified constraint.public void setStatus(String status)
The status of the current request.
status
- The status of the current request.Status
public String getStatus()
The status of the current request.
Status
public DescribeConstraintResult withStatus(String status)
The status of the current request.
status
- The status of the current request.Status
public void setStatus(Status status)
The status of the current request.
status
- The status of the current request.Status
public DescribeConstraintResult withStatus(Status status)
The status of the current request.
status
- The status of the current request.Status
public String toString()
toString
in class Object
Object.toString()
public DescribeConstraintResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.