@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationExceptionField extends Object implements Serializable, Cloneable, StructuredPojo
Details about a field that failed policy validation.
Constructor and Description |
---|
ValidationExceptionField() |
Modifier and Type | Method and Description |
---|---|
ValidationExceptionField |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Describes the policy validation error.
|
String |
getPath()
The path to the specific element that Verified Permissions found to be not valid.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
Describes the policy validation error.
|
void |
setPath(String path)
The path to the specific element that Verified Permissions found to be not valid.
|
String |
toString()
Returns a string representation of this object.
|
ValidationExceptionField |
withMessage(String message)
Describes the policy validation error.
|
ValidationExceptionField |
withPath(String path)
The path to the specific element that Verified Permissions found to be not valid.
|
public void setPath(String path)
The path to the specific element that Verified Permissions found to be not valid.
path
- The path to the specific element that Verified Permissions found to be not valid.public String getPath()
The path to the specific element that Verified Permissions found to be not valid.
public ValidationExceptionField withPath(String path)
The path to the specific element that Verified Permissions found to be not valid.
path
- The path to the specific element that Verified Permissions found to be not valid.public void setMessage(String message)
Describes the policy validation error.
message
- Describes the policy validation error.public String getMessage()
Describes the policy validation error.
public ValidationExceptionField withMessage(String message)
Describes the policy validation error.
message
- Describes the policy validation error.public String toString()
toString
in class Object
Object.toString()
public ValidationExceptionField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.