@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectResource extends Object implements Serializable, Cloneable, StructuredPojo
Identifies a specific AWS IoT SiteWise Monitor project.
Constructor and Description |
---|
ProjectResource() |
Modifier and Type | Method and Description |
---|---|
ProjectResource |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the project.
|
String |
toString()
Returns a string representation of this object.
|
ProjectResource |
withId(String id)
The ID of the project.
|
public void setId(String id)
The ID of the project.
id
- The ID of the project.public String getId()
The ID of the project.
public ProjectResource withId(String id)
The ID of the project.
id
- The ID of the project.public String toString()
toString
in class Object
Object.toString()
public ProjectResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.