Class BatchIsAuthorizedWithTokenInputItem
- java.lang.Object
-
- software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedWithTokenInputItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchIsAuthorizedWithTokenInputItem.Builder,BatchIsAuthorizedWithTokenInputItem>
@Generated("software.amazon.awssdk:codegen") public final class BatchIsAuthorizedWithTokenInputItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchIsAuthorizedWithTokenInputItem.Builder,BatchIsAuthorizedWithTokenInputItem>
An authorization request that you include in a
BatchIsAuthorizedWithTokenAPI request.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchIsAuthorizedWithTokenInputItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionIdentifieraction()Specifies the requested action to be authorized.static BatchIsAuthorizedWithTokenInputItem.Builderbuilder()ContextDefinitioncontext()Specifies additional context that can be used to make more granular authorization decisions.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EntityIdentifierresource()Specifies the resource that you want an authorization decision for.List<SdkField<?>>sdkFields()static Class<? extends BatchIsAuthorizedWithTokenInputItem.Builder>serializableBuilderClass()BatchIsAuthorizedWithTokenInputItem.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
-
action
public final ActionIdentifier action()
Specifies the requested action to be authorized. For example,
PhotoFlash::ReadPhoto.- Returns:
- Specifies the requested action to be authorized. For example,
PhotoFlash::ReadPhoto.
-
resource
public final EntityIdentifier resource()
Specifies the resource that you want an authorization decision for. For example,
PhotoFlash::Photo.- Returns:
- Specifies the resource that you want an authorization decision for. For example,
PhotoFlash::Photo.
-
context
public final ContextDefinition context()
Specifies additional context that can be used to make more granular authorization decisions.
- Returns:
- Specifies additional context that can be used to make more granular authorization decisions.
-
toBuilder
public BatchIsAuthorizedWithTokenInputItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchIsAuthorizedWithTokenInputItem.Builder,BatchIsAuthorizedWithTokenInputItem>
-
builder
public static BatchIsAuthorizedWithTokenInputItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchIsAuthorizedWithTokenInputItem.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.
-
-