Class EffectiveAccountSettingsResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.EffectiveAccountSettingsResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EffectiveAccountSettingsResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse body format for Account Settings REST requests.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountSettingsAccountSectiongetAccount()Gets the account.java.lang.StringgetAccountId()Gets the accountId.java.util.List<AccountSettingsAssignedTemplatesSection>getAssignedTemplates()Gets the assignedTemplates.ResponseContextgetContext()Gets the context.AccountSettingsEffectiveSectiongetEffective()Gets the effective.
-
-
-
Method Detail
-
getContext
public ResponseContext getContext()
Gets the context. Context with key properties for problem determination.- Returns:
- the context
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. Unique ID of the account.- Returns:
- the accountId
-
getEffective
public AccountSettingsEffectiveSection getEffective()
Gets the effective.- Returns:
- the effective
-
getAccount
public AccountSettingsAccountSection getAccount()
Gets the account.- Returns:
- the account
-
getAssignedTemplates
public java.util.List<AccountSettingsAssignedTemplatesSection> getAssignedTemplates()
Gets the assignedTemplates. assigned template section.- Returns:
- the assignedTemplates
-
-