@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestGridProject extends Object implements Serializable, Cloneable, StructuredPojo
A Selenium testing project. Projects are used to collect and collate sessions.
Constructor and Description |
---|
TestGridProject() |
Modifier and Type | Method and Description |
---|---|
TestGridProject |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN for the project.
|
Date |
getCreated()
When the project was created.
|
String |
getDescription()
A human-readable description for the project.
|
String |
getName()
A human-readable name for the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The ARN for the project.
|
void |
setCreated(Date created)
When the project was created.
|
void |
setDescription(String description)
A human-readable description for the project.
|
void |
setName(String name)
A human-readable name for the project.
|
String |
toString()
Returns a string representation of this object.
|
TestGridProject |
withArn(String arn)
The ARN for the project.
|
TestGridProject |
withCreated(Date created)
When the project was created.
|
TestGridProject |
withDescription(String description)
A human-readable description for the project.
|
TestGridProject |
withName(String name)
A human-readable name for the project.
|
public void setArn(String arn)
The ARN for the project.
arn
- The ARN for the project.public String getArn()
The ARN for the project.
public TestGridProject withArn(String arn)
The ARN for the project.
arn
- The ARN for the project.public void setName(String name)
A human-readable name for the project.
name
- A human-readable name for the project.public String getName()
A human-readable name for the project.
public TestGridProject withName(String name)
A human-readable name for the project.
name
- A human-readable name for the project.public void setDescription(String description)
A human-readable description for the project.
description
- A human-readable description for the project.public String getDescription()
A human-readable description for the project.
public TestGridProject withDescription(String description)
A human-readable description for the project.
description
- A human-readable description for the project.public void setCreated(Date created)
When the project was created.
created
- When the project was created.public Date getCreated()
When the project was created.
public TestGridProject withCreated(Date created)
When the project was created.
created
- When the project was created.public String toString()
toString
in class Object
Object.toString()
public TestGridProject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.