@Generated(value="software.amazon.awssdk:codegen") public final class AdminScope extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdminScope.Builder,AdminScope>
Defines the resources that the Firewall Manager administrator can manage. For more information about administrative scope, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminScope.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountScope |
accountScope()
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
|
static AdminScope.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OrganizationalUnitScope |
organizationalUnitScope()
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply
policies to.
|
PolicyTypeScope |
policyTypeScope()
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and
manage.
|
RegionScope |
regionScope()
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdminScope.Builder> |
serializableBuilderClass() |
AdminScope.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountScope accountScope()
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
public final OrganizationalUnitScope organizationalUnitScope()
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
public final RegionScope regionScope()
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
public final PolicyTypeScope policyTypeScope()
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
public AdminScope.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdminScope.Builder,AdminScope>public static AdminScope.Builder builder()
public static Class<? extends AdminScope.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.