@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-02-12T13:23:41.129Z") public class ApiOzoneS3GatewayInfo extends Object
Constructor and Description |
---|
ApiOzoneS3GatewayInfo() |
Modifier and Type | Method and Description |
---|---|
ApiOzoneS3GatewayInfo |
awsAccessKey(String awsAccessKey) |
ApiOzoneS3GatewayInfo |
awsSecret(String awsSecret) |
ApiOzoneS3GatewayInfo |
bucket(String bucket) |
boolean |
equals(Object o) |
String |
getAwsAccessKey()
The AWS access key for a particular Ozone service
|
String |
getAwsSecret()
The AWS secret associated with the access key
|
String |
getBucket()
The Ozone address of the created S3 bucket
|
String |
getRestUrl()
The rest url, in host:port format, of the Ozone S3 Gateway
|
int |
hashCode() |
ApiOzoneS3GatewayInfo |
restUrl(String restUrl) |
void |
setAwsAccessKey(String awsAccessKey) |
void |
setAwsSecret(String awsSecret) |
void |
setBucket(String bucket) |
void |
setRestUrl(String restUrl) |
String |
toString() |
public ApiOzoneS3GatewayInfo awsAccessKey(String awsAccessKey)
public String getAwsAccessKey()
public void setAwsAccessKey(String awsAccessKey)
public ApiOzoneS3GatewayInfo awsSecret(String awsSecret)
public String getAwsSecret()
public void setAwsSecret(String awsSecret)
public ApiOzoneS3GatewayInfo restUrl(String restUrl)
public String getRestUrl()
public void setRestUrl(String restUrl)
public ApiOzoneS3GatewayInfo bucket(String bucket)
public String getBucket()
public void setBucket(String bucket)
Copyright © 2021. All rights reserved.