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