@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePublicDnsNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePublicDnsNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePublicDnsNamespaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
A value that you can use to determine whether the request completed successfully.
|
int |
hashCode() |
void |
setOperationId(String operationId)
A value that you can use to determine whether the request completed successfully.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePublicDnsNamespaceResult |
withOperationId(String operationId)
A value that you can use to determine whether the request completed successfully.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperationId(String operationId)
A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.
operationId
- A value that you can use to determine whether the request completed successfully. To get the status of the
operation, see GetOperation.public String getOperationId()
A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.
public UpdatePublicDnsNamespaceResult withOperationId(String operationId)
A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.
operationId
- A value that you can use to determine whether the request completed successfully. To get the status of the
operation, see GetOperation.public String toString()
toString
in class Object
Object.toString()
public UpdatePublicDnsNamespaceResult clone()