@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) |
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 ObjectObject.toString()public ProjectResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.