@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardPublishedVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDashboardPublishedVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardPublishedVersionRequest |
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 that you're updating.
|
String |
getDashboardId()
The ID for the dashboard.
|
Long |
getVersionNumber()
The version number of the dashboard.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setVersionNumber(Long versionNumber)
The version number of the dashboard.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDashboardPublishedVersionRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
|
UpdateDashboardPublishedVersionRequest |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardPublishedVersionRequest |
withVersionNumber(Long versionNumber)
The version number of 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 UpdateDashboardPublishedVersionRequest()
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard that you're updating.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
public UpdateDashboardPublishedVersionRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're updating.
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard that you're updating.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 UpdateDashboardPublishedVersionRequest withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public void setVersionNumber(Long versionNumber)
The version number of the dashboard.
versionNumber
- The version number of the dashboard.public Long getVersionNumber()
The version number of the dashboard.
public UpdateDashboardPublishedVersionRequest withVersionNumber(Long versionNumber)
The version number of the dashboard.
versionNumber
- The version number of the dashboard.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardPublishedVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()