@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOpsItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateOpsItemResult() |
Modifier and Type | Method and Description |
---|---|
CreateOpsItemResult |
clone() |
boolean |
equals(Object obj) |
String |
getOpsItemId()
The ID of the OpsItem.
|
int |
hashCode() |
void |
setOpsItemId(String opsItemId)
The ID of the OpsItem.
|
String |
toString()
Returns a string representation of this object.
|
CreateOpsItemResult |
withOpsItemId(String opsItemId)
The ID of the OpsItem.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateOpsItemResult withOpsItemId(String opsItemId)
The ID of the OpsItem.
opsItemId
- The ID of the OpsItem.public String toString()
toString
in class Object
Object.toString()
public CreateOpsItemResult clone()
Copyright © 2021. All rights reserved.