Class GetAccountSettingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.GetAccountSettingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetAccountSettingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getAccountSettings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAccountSettingsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountId()Gets the accountId.GetAccountSettingsOptions.BuildernewBuilder()New builder.java.lang.StringtransactionId()Gets the transactionId.
-
-
-
Method Detail
-
newBuilder
public GetAccountSettingsOptions.Builder newBuilder()
New builder.- Returns:
- a GetAccountSettingsOptions builder
-
accountId
public java.lang.String accountId()
Gets the accountId. Account ID of the API keys(s) to query. If a service IAM ID is specified in iam_id then account_id must match the account of the IAM ID. If a user IAM ID is specified in iam_id then then account_id must match the account of the Authorization token.- Returns:
- the accountId
-
transactionId
public java.lang.String transactionId()
Gets the transactionId. An optional transaction ID can be passed to your request, which can be useful for tracking calls through multiple services by using one identifier. The header key must be set to Transaction-Id and the value is anything that you choose. If no transaction ID is passed in, then a random ID is generated.- Returns:
- the transactionId
-
-