@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateViewMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateViewMetadataRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the view.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getName()
The name of the view.
|
String |
getViewId()
The identifier of the view.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the view.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setName(String name)
The name of the view.
|
void |
setViewId(String viewId)
The identifier of the view.
|
String |
toString()
Returns a string representation of this object.
|
UpdateViewMetadataRequest |
withDescription(String description)
The description of the view.
|
UpdateViewMetadataRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateViewMetadataRequest |
withName(String name)
The name of the view.
|
UpdateViewMetadataRequest |
withViewId(String viewId)
The identifier of the view.
|
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, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public UpdateViewMetadataRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setViewId(String viewId)
The identifier of the view. Both ViewArn and ViewId can be used.
viewId - The identifier of the view. Both ViewArn and ViewId can be used.public String getViewId()
The identifier of the view. Both ViewArn and ViewId can be used.
ViewArn and ViewId can be used.public UpdateViewMetadataRequest withViewId(String viewId)
The identifier of the view. Both ViewArn and ViewId can be used.
viewId - The identifier of the view. Both ViewArn and ViewId can be used.public void setName(String name)
The name of the view.
name - The name of the view.public String getName()
The name of the view.
public UpdateViewMetadataRequest withName(String name)
The name of the view.
name - The name of the view.public void setDescription(String description)
The description of the view.
description - The description of the view.public String getDescription()
The description of the view.
public UpdateViewMetadataRequest withDescription(String description)
The description of the view.
description - The description of the view.public String toString()
toString in class ObjectObject.toString()public UpdateViewMetadataRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()