@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisualReferenceOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VisualReferenceOutput() |
Modifier and Type | Method and Description |
---|---|
VisualReferenceOutput |
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.
|
VisualReferenceOutput |
withBaseCanaryRunId(String baseCanaryRunId) |
VisualReferenceOutput |
withBaseScreenshots(BaseScreenshot... baseScreenshots)
NOTE: This method appends the values to the existing list (if any).
|
VisualReferenceOutput |
withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots) |
public List<BaseScreenshot> getBaseScreenshots()
public void setBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
baseScreenshots
- public VisualReferenceOutput 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 VisualReferenceOutput withBaseScreenshots(Collection<BaseScreenshot> baseScreenshots)
baseScreenshots
- public void setBaseCanaryRunId(String baseCanaryRunId)
baseCanaryRunId
- public String getBaseCanaryRunId()
public VisualReferenceOutput withBaseCanaryRunId(String baseCanaryRunId)
baseCanaryRunId
- public String toString()
toString
in class Object
Object.toString()
public VisualReferenceOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.