@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisualReferenceInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VisualReferenceInput() |
Modifier and Type | Method and Description |
---|---|
VisualReferenceInput |
clone() |
boolean |
equals(Object obj) |
String |
getBaseCanaryRunId() |
List<BaseScreenshot> |
getBaseScreenshots() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseCanaryRunId(String baseCanaryRunId) |
void |
setBaseScreenshots(Collection<BaseScreenshot> baseScreenshots) |
String |
toString()
Returns a string representation of this object.
|
VisualReferenceInput |
withBaseCanaryRunId(String baseCanaryRunId) |
VisualReferenceInput |
withBaseScreenshots(BaseScreenshot... baseScreenshots)
NOTE: This method appends the values to the existing list (if any).
|
VisualReferenceInput |
withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots) |
public List<BaseScreenshot> getBaseScreenshots()
public void setBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
baseScreenshots
- public VisualReferenceInput withBaseScreenshots(BaseScreenshot... baseScreenshots)
NOTE: This method appends the values to the existing list (if any). Use
setBaseScreenshots(java.util.Collection)
or withBaseScreenshots(java.util.Collection)
if you
want to override the existing values.
baseScreenshots
- public VisualReferenceInput withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
baseScreenshots
- public void setBaseCanaryRunId(String baseCanaryRunId)
baseCanaryRunId
- public String getBaseCanaryRunId()
public VisualReferenceInput withBaseCanaryRunId(String baseCanaryRunId)
baseCanaryRunId
- public String toString()
toString
in class Object
Object.toString()
public VisualReferenceInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.