Class CreateAwsCredentialResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.replicationmanager.model.CreateAwsCredentialResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:43.324-08:00") public class CreateAwsCredentialResponse extends CdpResponse
Response object for creating AWS credentials.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description CreateAwsCredentialResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<ApiError>
getErrors()
Getter for errors.int
hashCode()
void
setErrors(List<ApiError> errors)
Setter for errors.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getErrors
public List<ApiError> getErrors()
Getter for errors. The list of response errors in case of a partial failure while creating the credential.
-
setErrors
public void setErrors(List<ApiError> errors)
Setter for errors. The list of response errors in case of a partial failure while creating the credential.
-
-