@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()
Returns true if the MaxSlots property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasUnmeteredDevices()
Returns true if the UnmeteredDevices property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasUnmeteredRemoteAccessDevices()
Returns true if the UnmeteredRemoteAccessDevices property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
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.
You can use hasUnmeteredDevices() to see if a value was sent in this field.
public final boolean hasUnmeteredDevices()
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.
You can use hasUnmeteredDevices() to see if a value was sent in this field.
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.
You can use hasUnmeteredRemoteAccessDevices() to see if a value was sent in this field.
public final boolean hasUnmeteredRemoteAccessDevices()
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.
You can use hasUnmeteredRemoteAccessDevices() to see if a value was sent in this field.
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()
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.
You can use hasMaxSlots() to see if a value was sent in this field.
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 © 2020. All rights reserved.