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