Class S3PermissionsRequest
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.S3PermissionsRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]",
comments="Generator version: 7.12.0")
public class S3PermissionsRequest
extends Object
S3PermissionsRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsAccessKeyId(String awsAccessKeyId) awsSecretAccessKey(String awsSecretAccessKey) booleanstatic S3PermissionsRequestCreate an instance of S3PermissionsRequest given an JSON stringGet awsAccessKeyIdGet awsSecretAccessKeyGet regioninthashCode()voidsetAwsAccessKeyId(String awsAccessKeyId) voidsetAwsSecretAccessKey(String awsSecretAccessKey) voidtoJson()Convert an instance of S3PermissionsRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_AWS_ACCESS_KEY_ID
- See Also:
-
SERIALIZED_NAME_AWS_SECRET_ACCESS_KEY
- See Also:
-
SERIALIZED_NAME_REGION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
S3PermissionsRequest
public S3PermissionsRequest()
-
-
Method Details
-
awsAccessKeyId
-
getAwsAccessKeyId
Get awsAccessKeyId- Returns:
- awsAccessKeyId
-
setAwsAccessKeyId
-
awsSecretAccessKey
-
getAwsSecretAccessKey
Get awsSecretAccessKey- Returns:
- awsSecretAccessKey
-
setAwsSecretAccessKey
-
region
-
getRegion
Get region- Returns:
- region
-
setRegion
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to S3PermissionsRequest
-
fromJson
Create an instance of S3PermissionsRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of S3PermissionsRequest
- Throws:
IOException- if the JSON string is invalid with respect to S3PermissionsRequest
-
toJson
Convert an instance of S3PermissionsRequest to an JSON string- Returns:
- JSON string
-