@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Validator extends Object implements Serializable, Cloneable, StructuredPojo
Information about a validator.
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
Validator |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 URI where the validation data is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Uri(String s3Uri)
The S3 URI where the validation data is stored.
|
String |
toString()
Returns a string representation of this object.
|
Validator |
withS3Uri(String s3Uri)
The S3 URI where the validation data is stored.
|
public void setS3Uri(String s3Uri)
The S3 URI where the validation data is stored.
s3Uri - The S3 URI where the validation data is stored.public String getS3Uri()
The S3 URI where the validation data is stored.
public Validator withS3Uri(String s3Uri)
The S3 URI where the validation data is stored.
s3Uri - The S3 URI where the validation data is stored.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.