/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.lightsail.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *

* Describes the anonymous access permissions for an Amazon Lightsail bucket and its objects. *

*

* For more information about bucket access permissions, see Understanding bucket permissions in Amazon Lightsail in the *

*

* Amazon Lightsail Developer Guide. *

* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AccessRules implements Serializable, Cloneable, StructuredPojo { /** *

* Specifies the anonymous access to all objects in a bucket. *

*

* The following options can be specified: *

* */ private String getObject; /** *

* A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual * objects override the getObject option that is currently specified. *

*

* When this is true, you can use the PutObjectAcl Amazon S3 API * action to set individual objects to public (read-only) using the public-read ACL, or to private * using the private ACL. *

*/ private Boolean allowPublicOverrides; /** *

* Specifies the anonymous access to all objects in a bucket. *

*

* The following options can be specified: *

* * * @param getObject * Specifies the anonymous access to all objects in a bucket.

*

* The following options can be specified: *

*