@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOpsItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOpsItemRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOpsItemRequest |
addOperationalDataEntry(String key,
OpsItemDataValue value)
Add a single OperationalData entry
|
UpdateOpsItemRequest |
clearOperationalDataEntries()
Removes all the entries added into OperationalData.
|
UpdateOpsItemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getActualEndTime()
The time a runbook workflow ended.
|
Date |
getActualStartTime()
The time a runbook workflow started.
|
String |
getCategory()
Specify a new category for an OpsItem.
|
String |
getDescription()
User-defined text that contains information about the OpsItem, in Markdown format.
|
List<OpsItemNotification> |
getNotifications()
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
Map<String,OpsItemDataValue> |
getOperationalData()
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
|
List<String> |
getOperationalDataToDelete()
Keys that you want to remove from the OperationalData map.
|
String |
getOpsItemArn()
The OpsItem Amazon Resource Name (ARN).
|
String |
getOpsItemId()
The ID of the OpsItem.
|
Date |
getPlannedEndTime()
The time specified in a change request for a runbook workflow to end.
|
Date |
getPlannedStartTime()
The time specified in a change request for a runbook workflow to start.
|
Integer |
getPriority()
The importance of this OpsItem in relation to other OpsItems in the system.
|
List<RelatedOpsItem> |
getRelatedOpsItems()
One or more OpsItems that share something in common with the current OpsItems.
|
String |
getSeverity()
Specify a new severity for an OpsItem.
|
String |
getStatus()
The OpsItem status.
|
String |
getTitle()
A short heading that describes the nature of the OpsItem and the impacted resource.
|
int |
hashCode() |
void |
setActualEndTime(Date actualEndTime)
The time a runbook workflow ended.
|
void |
setActualStartTime(Date actualStartTime)
The time a runbook workflow started.
|
void |
setCategory(String category)
Specify a new category for an OpsItem.
|
void |
setDescription(String description)
User-defined text that contains information about the OpsItem, in Markdown format.
|
void |
setNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
void |
setOperationalData(Map<String,OpsItemDataValue> operationalData)
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
|
void |
setOperationalDataToDelete(Collection<String> operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
|
void |
setOpsItemArn(String opsItemArn)
The OpsItem Amazon Resource Name (ARN).
|
void |
setOpsItemId(String opsItemId)
The ID of the OpsItem.
|
void |
setPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
void |
setPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
void |
setPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
void |
setRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
void |
setSeverity(String severity)
Specify a new severity for an OpsItem.
|
void |
setStatus(String status)
The OpsItem status.
|
void |
setTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOpsItemRequest |
withActualEndTime(Date actualEndTime)
The time a runbook workflow ended.
|
UpdateOpsItemRequest |
withActualStartTime(Date actualStartTime)
The time a runbook workflow started.
|
UpdateOpsItemRequest |
withCategory(String category)
Specify a new category for an OpsItem.
|
UpdateOpsItemRequest |
withDescription(String description)
User-defined text that contains information about the OpsItem, in Markdown format.
|
UpdateOpsItemRequest |
withNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
UpdateOpsItemRequest |
withNotifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
UpdateOpsItemRequest |
withOperationalData(Map<String,OpsItemDataValue> operationalData)
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
|
UpdateOpsItemRequest |
withOperationalDataToDelete(Collection<String> operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
|
UpdateOpsItemRequest |
withOperationalDataToDelete(String... operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
|
UpdateOpsItemRequest |
withOpsItemArn(String opsItemArn)
The OpsItem Amazon Resource Name (ARN).
|
UpdateOpsItemRequest |
withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
UpdateOpsItemRequest |
withPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
UpdateOpsItemRequest |
withPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
UpdateOpsItemRequest |
withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
UpdateOpsItemRequest |
withRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
UpdateOpsItemRequest |
withRelatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems.
|
UpdateOpsItemRequest |
withSeverity(String severity)
Specify a new severity for an OpsItem.
|
UpdateOpsItemRequest |
withStatus(OpsItemStatus status)
The OpsItem status.
|
UpdateOpsItemRequest |
withStatus(String status)
The OpsItem status.
|
UpdateOpsItemRequest |
withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
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 setDescription(String description)
User-defined text that contains information about the OpsItem, in Markdown format.
description
- User-defined text that contains information about the OpsItem, in Markdown format.public String getDescription()
User-defined text that contains information about the OpsItem, in Markdown format.
public UpdateOpsItemRequest withDescription(String description)
User-defined text that contains information about the OpsItem, in Markdown format.
description
- User-defined text that contains information about the OpsItem, in Markdown format.public Map<String,OpsItemDataValue> getOperationalData()
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the
/aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view
Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request.
Use the /aws/automations
key in OperationalData to associate an Automation runbook with the
OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
public void setOperationalData(Map<String,OpsItemDataValue> operationalData)
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the
/aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view
Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
operationalData
- Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request.
Use the /aws/automations
key in OperationalData to associate an Automation runbook with the
OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
public UpdateOpsItemRequest withOperationalData(Map<String,OpsItemDataValue> operationalData)
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the
/aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view
Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
operationalData
- Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
,
amzn
, ssm
, /amazon
, /aws
, /amzn
,
/ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request.
Use the /aws/automations
key in OperationalData to associate an Automation runbook with the
OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
public UpdateOpsItemRequest addOperationalDataEntry(String key, OpsItemDataValue value)
public UpdateOpsItemRequest clearOperationalDataEntries()
public List<String> getOperationalDataToDelete()
Keys that you want to remove from the OperationalData map.
public void setOperationalDataToDelete(Collection<String> operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
operationalDataToDelete
- Keys that you want to remove from the OperationalData map.public UpdateOpsItemRequest withOperationalDataToDelete(String... operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
NOTE: This method appends the values to the existing list (if any). Use
setOperationalDataToDelete(java.util.Collection)
or
withOperationalDataToDelete(java.util.Collection)
if you want to override the existing values.
operationalDataToDelete
- Keys that you want to remove from the OperationalData map.public UpdateOpsItemRequest withOperationalDataToDelete(Collection<String> operationalDataToDelete)
Keys that you want to remove from the OperationalData map.
operationalDataToDelete
- Keys that you want to remove from the OperationalData map.public List<OpsItemNotification> getNotifications()
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
public void setNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
notifications
- The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.public UpdateOpsItemRequest withNotifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
NOTE: This method appends the values to the existing list (if any). Use
setNotifications(java.util.Collection)
or withNotifications(java.util.Collection)
if you want
to override the existing values.
notifications
- The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.public UpdateOpsItemRequest withNotifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
notifications
- The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.public void setPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
priority
- The importance of this OpsItem in relation to other OpsItems in the system.public Integer getPriority()
The importance of this OpsItem in relation to other OpsItems in the system.
public UpdateOpsItemRequest withPriority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
priority
- The importance of this OpsItem in relation to other OpsItems in the system.public List<RelatedOpsItem> getRelatedOpsItems()
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
public void setRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
relatedOpsItems
- One or more OpsItems that share something in common with the current OpsItems. For example, related
OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the
impacted resource.public UpdateOpsItemRequest withRelatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
NOTE: This method appends the values to the existing list (if any). Use
setRelatedOpsItems(java.util.Collection)
or withRelatedOpsItems(java.util.Collection)
if you
want to override the existing values.
relatedOpsItems
- One or more OpsItems that share something in common with the current OpsItems. For example, related
OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the
impacted resource.public UpdateOpsItemRequest withRelatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
relatedOpsItems
- One or more OpsItems that share something in common with the current OpsItems. For example, related
OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the
impacted resource.public void setStatus(String status)
The OpsItem status. Status can be Open
, In Progress
, or Resolved
. For more
information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
status
- The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.OpsItemStatus
public String getStatus()
The OpsItem status. Status can be Open
, In Progress
, or Resolved
. For more
information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
Open
, In Progress
, or Resolved
.
For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.OpsItemStatus
public UpdateOpsItemRequest withStatus(String status)
The OpsItem status. Status can be Open
, In Progress
, or Resolved
. For more
information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
status
- The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.OpsItemStatus
public UpdateOpsItemRequest withStatus(OpsItemStatus status)
The OpsItem status. Status can be Open
, In Progress
, or Resolved
. For more
information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
status
- The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.OpsItemStatus
public void setOpsItemId(String opsItemId)
The ID of the OpsItem.
opsItemId
- The ID of the OpsItem.public String getOpsItemId()
The ID of the OpsItem.
public UpdateOpsItemRequest withOpsItemId(String opsItemId)
The ID of the OpsItem.
opsItemId
- The ID of the OpsItem.public void setTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
title
- A short heading that describes the nature of the OpsItem and the impacted resource.public String getTitle()
A short heading that describes the nature of the OpsItem and the impacted resource.
public UpdateOpsItemRequest withTitle(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
title
- A short heading that describes the nature of the OpsItem and the impacted resource.public void setCategory(String category)
Specify a new category for an OpsItem.
category
- Specify a new category for an OpsItem.public String getCategory()
Specify a new category for an OpsItem.
public UpdateOpsItemRequest withCategory(String category)
Specify a new category for an OpsItem.
category
- Specify a new category for an OpsItem.public void setSeverity(String severity)
Specify a new severity for an OpsItem.
severity
- Specify a new severity for an OpsItem.public String getSeverity()
Specify a new severity for an OpsItem.
public UpdateOpsItemRequest withSeverity(String severity)
Specify a new severity for an OpsItem.
severity
- Specify a new severity for an OpsItem.public void setActualStartTime(Date actualStartTime)
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
actualStartTime
- The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest
.public Date getActualStartTime()
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
/aws/changerequest
.public UpdateOpsItemRequest withActualStartTime(Date actualStartTime)
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
actualStartTime
- The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest
.public void setActualEndTime(Date actualEndTime)
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
actualEndTime
- The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest
.public Date getActualEndTime()
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
/aws/changerequest
.public UpdateOpsItemRequest withActualEndTime(Date actualEndTime)
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
actualEndTime
- The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest
.public void setPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem
type /aws/changerequest
.
plannedStartTime
- The time specified in a change request for a runbook workflow to start. Currently supported only for the
OpsItem type /aws/changerequest
.public Date getPlannedStartTime()
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem
type /aws/changerequest
.
/aws/changerequest
.public UpdateOpsItemRequest withPlannedStartTime(Date plannedStartTime)
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem
type /aws/changerequest
.
plannedStartTime
- The time specified in a change request for a runbook workflow to start. Currently supported only for the
OpsItem type /aws/changerequest
.public void setPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem
type /aws/changerequest
.
plannedEndTime
- The time specified in a change request for a runbook workflow to end. Currently supported only for the
OpsItem type /aws/changerequest
.public Date getPlannedEndTime()
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem
type /aws/changerequest
.
/aws/changerequest
.public UpdateOpsItemRequest withPlannedEndTime(Date plannedEndTime)
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem
type /aws/changerequest
.
plannedEndTime
- The time specified in a change request for a runbook workflow to end. Currently supported only for the
OpsItem type /aws/changerequest
.public void setOpsItemArn(String opsItemArn)
The OpsItem Amazon Resource Name (ARN).
opsItemArn
- The OpsItem Amazon Resource Name (ARN).public String getOpsItemArn()
The OpsItem Amazon Resource Name (ARN).
public UpdateOpsItemRequest withOpsItemArn(String opsItemArn)
The OpsItem Amazon Resource Name (ARN).
opsItemArn
- The OpsItem Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public UpdateOpsItemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()