@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidParameterDetail extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an invalid parameter.
| Constructor and Description |
|---|
InvalidParameterDetail() |
| Modifier and Type | Method and Description |
|---|---|
InvalidParameterDetail |
clone() |
boolean |
equals(Object obj) |
String |
getProblem()
Detail describing why an individual parameter did not satisfy the constraints specified by the service
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProblem(String problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
|
String |
toString()
Returns a string representation of this object.
|
InvalidParameterDetail |
withProblem(InvalidParameterProblem problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
|
InvalidParameterDetail |
withProblem(String problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
|
public void setProblem(String problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
problem - Detail describing why an individual parameter did not satisfy the constraints specified by the serviceInvalidParameterProblempublic String getProblem()
Detail describing why an individual parameter did not satisfy the constraints specified by the service
InvalidParameterProblempublic InvalidParameterDetail withProblem(String problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
problem - Detail describing why an individual parameter did not satisfy the constraints specified by the serviceInvalidParameterProblempublic InvalidParameterDetail withProblem(InvalidParameterProblem problem)
Detail describing why an individual parameter did not satisfy the constraints specified by the service
problem - Detail describing why an individual parameter did not satisfy the constraints specified by the serviceInvalidParameterProblempublic String toString()
toString in class ObjectObject.toString()public InvalidParameterDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.