@Generated(value="software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
A container for account-level settings in AWS Device Farm.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountNumber()
The AWS account number specified in the
AccountSettings container. |
static AccountSettings.Builder |
builder() |
Integer |
defaultJobTimeoutMinutes()
The default number of minutes (at the account level) a test run executes before it times out.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMaxSlots()
For responses, this returns true if the service returned a value for the MaxSlots property.
|
boolean |
hasUnmeteredDevices()
For responses, this returns true if the service returned a value for the UnmeteredDevices property.
|
boolean |
hasUnmeteredRemoteAccessDevices()
For responses, this returns true if the service returned a value for the UnmeteredRemoteAccessDevices property.
|
Integer |
maxJobTimeoutMinutes()
The maximum number of minutes a test run executes before it times out.
|
Map<String,Integer> |
maxSlots()
The maximum number of device slots that the AWS account can purchase.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountSettings.Builder> |
serializableBuilderClass() |
Boolean |
skipAppResign()
When set to
true, for private devices, Device Farm does not sign your app again. |
AccountSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrialMinutes |
trialMinutes()
Information about an AWS account's usage of free trial device minutes.
|
Map<DevicePlatform,Integer> |
unmeteredDevices()
Returns the unmetered devices you have purchased or want to purchase.
|
Map<String,Integer> |
unmeteredDevicesAsStrings()
Returns the unmetered devices you have purchased or want to purchase.
|
Map<DevicePlatform,Integer> |
unmeteredRemoteAccessDevices()
Returns the unmetered remote access devices you have purchased or want to purchase.
|
Map<String,Integer> |
unmeteredRemoteAccessDevicesAsStrings()
Returns the unmetered remote access devices you have purchased or want to purchase.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountNumber()
The AWS account number specified in the AccountSettings container.
AccountSettings container.public final Map<DevicePlatform,Integer> unmeteredDevices()
Returns the unmetered devices you have purchased or want to purchase.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUnmeteredDevices() method.
public final boolean hasUnmeteredDevices()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,Integer> unmeteredDevicesAsStrings()
Returns the unmetered devices you have purchased or want to purchase.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUnmeteredDevices() method.
public final Map<DevicePlatform,Integer> unmeteredRemoteAccessDevices()
Returns the unmetered remote access devices you have purchased or want to purchase.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUnmeteredRemoteAccessDevices() method.
public final boolean hasUnmeteredRemoteAccessDevices()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final Map<String,Integer> unmeteredRemoteAccessDevicesAsStrings()
Returns the unmetered remote access devices you have purchased or want to purchase.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUnmeteredRemoteAccessDevices() method.
public final Integer maxJobTimeoutMinutes()
The maximum number of minutes a test run executes before it times out.
public final TrialMinutes trialMinutes()
Information about an AWS account's usage of free trial device minutes.
public final boolean hasMaxSlots()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,Integer> maxSlots()
The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an
offering-id:number pair, where the offering-id represents one of the IDs returned by
the ListOfferings command.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasMaxSlots() method.
offering-id:number pair, where the offering-id represents one of the IDs
returned by the ListOfferings command.public final Integer defaultJobTimeoutMinutes()
The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
public final Boolean skipAppResign()
When set to true, for private devices, Device Farm does not sign your app again. For public devices,
Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
true, for private devices, Device Farm does not sign your app again. For public
devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
public AccountSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountSettings.Builder,AccountSettings>public static AccountSettings.Builder builder()
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.