@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDashboardResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDashboardResult() |
Modifier and Type | Method and Description |
---|---|
CreateDashboardResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The ARN of the
dashboard, which has the following format.
|
String |
getDashboardId()
The ID of the dashboard.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The ARN of the
dashboard, which has the following format.
|
void |
setDashboardId(String dashboardId)
The ID of the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
CreateDashboardResult |
withDashboardArn(String dashboardArn)
The ARN of the
dashboard, which has the following format.
|
CreateDashboardResult |
withDashboardId(String dashboardId)
The ID of the dashboard.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.public String getDashboardId()
The ID of the dashboard.
public CreateDashboardResult withDashboardId(String dashboardId)
The ID of the dashboard.
dashboardId
- The ID of the dashboard.public void setDashboardArn(String dashboardArn)
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
dashboardArn
- The ARN of the
dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
public String getDashboardArn()
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
public CreateDashboardResult withDashboardArn(String dashboardArn)
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
dashboardArn
- The ARN of the
dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
public String toString()
toString
in class Object
Object.toString()
public CreateDashboardResult clone()