@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardLinksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDashboardLinksResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardLinksResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
List<String> |
getLinkEntities()
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
void |
setLinkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDashboardLinksResult |
withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
UpdateDashboardLinksResult |
withLinkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksResult |
withLinkEntities(String... linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateDashboardLinksResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public UpdateDashboardLinksResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public UpdateDashboardLinksResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public String getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public UpdateDashboardLinksResult withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public List<String> getLinkEntities()
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
public void setLinkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
linkEntities
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public UpdateDashboardLinksResult withLinkEntities(String... linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
NOTE: This method appends the values to the existing list (if any). Use
setLinkEntities(java.util.Collection)
or withLinkEntities(java.util.Collection)
if you want to
override the existing values.
linkEntities
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public UpdateDashboardLinksResult withLinkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
linkEntities
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardLinksResult clone()