Class AccountSettings
- All Implemented Interfaces:
Serializable
,Cloneable
A container for account-level settings within AWS Device Farm.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUnmeteredDevicesEntry
(String key, Integer value) addUnmeteredRemoteAccessDevicesEntry
(String key, Integer value) Removes all the entries added into UnmeteredDevices.Removes all the entries added into UnmeteredRemoteAccessDevices.clone()
boolean
The AWS account number specified in theAccountSettings
container.Returns the unmetered devices you have purchased or want to purchase.Returns the unmetered remote access devices you have purchased or want to purchase.int
hashCode()
void
setAwsAccountNumber
(String awsAccountNumber) The AWS account number specified in theAccountSettings
container.void
setUnmeteredDevices
(Map<String, Integer> unmeteredDevices) Returns the unmetered devices you have purchased or want to purchase.void
setUnmeteredRemoteAccessDevices
(Map<String, Integer> unmeteredRemoteAccessDevices) Returns the unmetered remote access devices you have purchased or want to purchase.toString()
Returns a string representation of this object; useful for testing and debugging.withAwsAccountNumber
(String awsAccountNumber) The AWS account number specified in theAccountSettings
container.withUnmeteredDevices
(Map<String, Integer> unmeteredDevices) Returns the unmetered devices you have purchased or want to purchase.withUnmeteredRemoteAccessDevices
(Map<String, Integer> unmeteredRemoteAccessDevices) Returns the unmetered remote access devices you have purchased or want to purchase.
-
Constructor Details
-
AccountSettings
public AccountSettings()
-
-
Method Details
-
setAwsAccountNumber
The AWS account number specified in the
AccountSettings
container.- Parameters:
awsAccountNumber
- The AWS account number specified in theAccountSettings
container.
-
getAwsAccountNumber
The AWS account number specified in the
AccountSettings
container.- Returns:
- The AWS account number specified in the
AccountSettings
container.
-
withAwsAccountNumber
The AWS account number specified in the
AccountSettings
container.- Parameters:
awsAccountNumber
- The AWS account number specified in theAccountSettings
container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getUnmeteredDevices
Returns the unmetered devices you have purchased or want to purchase.
- Returns:
- Returns the unmetered devices you have purchased or want to purchase.
-
setUnmeteredDevices
Returns the unmetered devices you have purchased or want to purchase.
- Parameters:
unmeteredDevices
- Returns the unmetered devices you have purchased or want to purchase.
-
withUnmeteredDevices
Returns the unmetered devices you have purchased or want to purchase.
- Parameters:
unmeteredDevices
- Returns the unmetered devices you have purchased or want to purchase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addUnmeteredDevicesEntry
-
clearUnmeteredDevicesEntries
Removes all the entries added into UnmeteredDevices. <p> Returns a reference to this object so that method calls can be chained together. -
getUnmeteredRemoteAccessDevices
Returns the unmetered remote access devices you have purchased or want to purchase.
- Returns:
- Returns the unmetered remote access devices you have purchased or want to purchase.
-
setUnmeteredRemoteAccessDevices
Returns the unmetered remote access devices you have purchased or want to purchase.
- Parameters:
unmeteredRemoteAccessDevices
- Returns the unmetered remote access devices you have purchased or want to purchase.
-
withUnmeteredRemoteAccessDevices
public AccountSettings withUnmeteredRemoteAccessDevices(Map<String, Integer> unmeteredRemoteAccessDevices) Returns the unmetered remote access devices you have purchased or want to purchase.
- Parameters:
unmeteredRemoteAccessDevices
- Returns the unmetered remote access devices you have purchased or want to purchase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addUnmeteredRemoteAccessDevicesEntry
-
clearUnmeteredRemoteAccessDevicesEntries
Removes all the entries added into UnmeteredRemoteAccessDevices. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-