Class AccessLevelFilter
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.AccessLevelFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessLevelFilter.Builder,AccessLevelFilter>
@Generated("software.amazon.awssdk:codegen") public final class AccessLevelFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessLevelFilter.Builder,AccessLevelFilter>
The access level to use to filter results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessLevelFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessLevelFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AccessLevelFilterKeykey()The access level.StringkeyAsString()The access level.List<SdkField<?>>sdkFields()static Class<? extends AccessLevelFilter.Builder>serializableBuilderClass()AccessLevelFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The user to which the access level applies.-
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
-
key
public final AccessLevelFilterKey key()
The access level.
-
Account- Filter results based on the account. -
Role- Filter results based on the federated role of the specified user. -
User- Filter results based on the specified user.
If the service returns an enum value that is not available in the current SDK version,
keywill returnAccessLevelFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The access level.
-
Account- Filter results based on the account. -
Role- Filter results based on the federated role of the specified user. -
User- Filter results based on the specified user.
-
- See Also:
AccessLevelFilterKey
-
-
keyAsString
public final String keyAsString()
The access level.
-
Account- Filter results based on the account. -
Role- Filter results based on the federated role of the specified user. -
User- Filter results based on the specified user.
If the service returns an enum value that is not available in the current SDK version,
keywill returnAccessLevelFilterKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyAsString().- Returns:
- The access level.
-
Account- Filter results based on the account. -
Role- Filter results based on the federated role of the specified user. -
User- Filter results based on the specified user.
-
- See Also:
AccessLevelFilterKey
-
-
value
public final String value()
The user to which the access level applies. The only supported value is
self.- Returns:
- The user to which the access level applies. The only supported value is
self.
-
toBuilder
public AccessLevelFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessLevelFilter.Builder,AccessLevelFilter>
-
builder
public static AccessLevelFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessLevelFilter.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.
-
-