@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePrivateDnsNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreatePrivateDnsNamespaceResult () |
| Modifier and Type | Method and Description |
|---|---|
CreatePrivateDnsNamespaceResult |
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.
|
CreatePrivateDnsNamespaceResult |
withOperationId (String operationId)
A value that you can use to determine whether the request completed successfully.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreatePrivateDnsNamespaceResult()
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 CreatePrivateDnsNamespaceResult 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 CreatePrivateDnsNamespaceResult clone()