@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableLFTagPolicyAndPermissions extends Object implements Serializable, Cloneable, StructuredPojo
The LF-tag policy and permissions that apply to table resources.
| Constructor and Description |
|---|
TableLFTagPolicyAndPermissions() |
| Modifier and Type | Method and Description |
|---|---|
TableLFTagPolicyAndPermissions |
clone() |
boolean |
equals(Object obj) |
List<LFTag> |
getExpression()
A list of LF-tag conditions that apply to table resources.
|
List<String> |
getPermissions()
The permissions granted to subscribers on table resources.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
|
void |
setPermissions(Collection<String> permissions)
The permissions granted to subscribers on table resources.
|
String |
toString()
Returns a string representation of this object.
|
TableLFTagPolicyAndPermissions |
withExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
|
TableLFTagPolicyAndPermissions |
withExpression(LFTag... expression)
A list of LF-tag conditions that apply to table resources.
|
TableLFTagPolicyAndPermissions |
withPermissions(Collection<String> permissions)
The permissions granted to subscribers on table resources.
|
TableLFTagPolicyAndPermissions |
withPermissions(String... permissions)
The permissions granted to subscribers on table resources.
|
TableLFTagPolicyAndPermissions |
withPermissions(TableTagPolicyLFPermission... permissions)
The permissions granted to subscribers on table resources.
|
public List<LFTag> getExpression()
A list of LF-tag conditions that apply to table resources.
public void setExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
expression - A list of LF-tag conditions that apply to table resources.public TableLFTagPolicyAndPermissions withExpression(LFTag... expression)
A list of LF-tag conditions that apply to table resources.
NOTE: This method appends the values to the existing list (if any). Use
setExpression(java.util.Collection) or withExpression(java.util.Collection) if you want to
override the existing values.
expression - A list of LF-tag conditions that apply to table resources.public TableLFTagPolicyAndPermissions withExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
expression - A list of LF-tag conditions that apply to table resources.public List<String> getPermissions()
The permissions granted to subscribers on table resources.
TableTagPolicyLFPermissionpublic void setPermissions(Collection<String> permissions)
The permissions granted to subscribers on table resources.
permissions - The permissions granted to subscribers on table resources.TableTagPolicyLFPermissionpublic TableLFTagPolicyAndPermissions withPermissions(String... permissions)
The permissions granted to subscribers on table resources.
NOTE: This method appends the values to the existing list (if any). Use
setPermissions(java.util.Collection) or withPermissions(java.util.Collection) if you want to
override the existing values.
permissions - The permissions granted to subscribers on table resources.TableTagPolicyLFPermissionpublic TableLFTagPolicyAndPermissions withPermissions(Collection<String> permissions)
The permissions granted to subscribers on table resources.
permissions - The permissions granted to subscribers on table resources.TableTagPolicyLFPermissionpublic TableLFTagPolicyAndPermissions withPermissions(TableTagPolicyLFPermission... permissions)
The permissions granted to subscribers on table resources.
permissions - The permissions granted to subscribers on table resources.TableTagPolicyLFPermissionpublic String toString()
toString in class ObjectObject.toString()public TableLFTagPolicyAndPermissions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.