Class BorrowConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.licensemanager.model.BorrowConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BorrowConfiguration.Builder,BorrowConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class BorrowConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BorrowConfiguration.Builder,BorrowConfiguration>
Details about a borrow configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBorrowConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowEarlyCheckIn()Indicates whether early check-ins are allowed.static BorrowConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxTimeToLiveInMinutes()Maximum time for the borrow configuration, in minutes.List<SdkField<?>>sdkFields()static Class<? extends BorrowConfiguration.Builder>serializableBuilderClass()BorrowConfiguration.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
-
allowEarlyCheckIn
public final Boolean allowEarlyCheckIn()
Indicates whether early check-ins are allowed.
- Returns:
- Indicates whether early check-ins are allowed.
-
maxTimeToLiveInMinutes
public final Integer maxTimeToLiveInMinutes()
Maximum time for the borrow configuration, in minutes.
- Returns:
- Maximum time for the borrow configuration, in minutes.
-
toBuilder
public BorrowConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BorrowConfiguration.Builder,BorrowConfiguration>
-
builder
public static BorrowConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends BorrowConfiguration.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.
-
-