public class GetBucketCorsResponse extends BosResponse
metadata| Constructor and Description |
|---|
GetBucketCorsResponse()
Constructs a void constructor for GetBucketCorsResponse.
|
GetBucketCorsResponse(List<CorsConfiguration> corsConfiguration)
Constructs a new GetBucketCorsResponse object for GetBucketCorsResponse.
|
| Modifier and Type | Method and Description |
|---|---|
List<CorsConfiguration> |
getCorsConfiguration()
Gets corsConfiguration of GetBucketCorsResponse.
|
void |
setCorsConfiguration(List<CorsConfiguration> corsConfiguration)
Sets corsConfiguration of GetBucketCorsResponse.
|
String |
toString() |
getMetadatapublic GetBucketCorsResponse()
public GetBucketCorsResponse(List<CorsConfiguration> corsConfiguration)
corsConfiguration - public List<CorsConfiguration> getCorsConfiguration()
public void setCorsConfiguration(List<CorsConfiguration> corsConfiguration)
corsConfiguration - The corsConfiguration of GetBucketCorsResponse.Copyright © 2023. All rights reserved.