@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardLinksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDashboardLinksRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardLinksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
|
String |
getDashboardId()
The ID for the dashboard.
|
List<String> |
getLinkEntities()
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setLinkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDashboardLinksRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
|
UpdateDashboardLinksRequest |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardLinksRequest |
withLinkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
UpdateDashboardLinksRequest |
withLinkEntities(String... linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
public UpdateDashboardLinksRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.public void setDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public String getDashboardId()
The ID for the dashboard.
public UpdateDashboardLinksRequest withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public List<String> getLinkEntities()
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
public void setLinkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
linkEntities
- list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public UpdateDashboardLinksRequest withLinkEntities(String... linkEntities)
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
- list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public UpdateDashboardLinksRequest withLinkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
linkEntities
- list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardLinksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()