Package com.cloudera.cdp.de.model
Class GetBackupLogsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.de.model.GetBackupLogsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class GetBackupLogsResponse
extends CdpResponse
Response object for the Get Backup Logs command.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetBackupLogsResponse
public GetBackupLogsResponse()
-
-
Method Details
-
getLogs
Getter for logs. Contains the logs of the backup operation. -
setLogs
Setter for logs. Contains the logs of the backup operation. -
getNextToken
Getter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty. -
setNextToken
Setter for nextToken. The token to use when requesting the next set of results. If there are no additional results, the string is empty. -
equals
-
hashCode
public int hashCode() -
toString
-