Class AdminScope
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.AdminScope
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdminScope.Builder,AdminScope>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdminScope.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountScopeaccountScope()Defines the accounts that the specified Firewall Manager administrator can apply policies to.static AdminScope.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OrganizationalUnitScopeorganizationalUnitScope()Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to.PolicyTypeScopepolicyTypeScope()Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.RegionScoperegionScope()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountScope
public final AccountScope accountScope()
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
- Returns:
- Defines the accounts that the specified Firewall Manager administrator can apply policies to.
-
organizationalUnitScope
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.
- Returns:
- 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.
-
regionScope
public final RegionScope regionScope()
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
- Returns:
- Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
-
policyTypeScope
public final PolicyTypeScope policyTypeScope()
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
- Returns:
- Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
-
toBuilder
public AdminScope.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdminScope.Builder,AdminScope>
-
builder
public static AdminScope.Builder builder()
-
serializableBuilderClass
public static Class<? extends AdminScope.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-