Class ArcIdentityResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.azurestackhci.fluent.models.ArcIdentityResponseInner
-
public final class ArcIdentityResponseInner extends Object
ArcIdentity details.
-
-
Constructor Summary
Constructors Constructor Description ArcIdentityResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
arcApplicationClientId()
Get the arcApplicationClientId property: The arcApplicationClientId property.String
arcApplicationObjectId()
Get the arcApplicationObjectId property: The arcApplicationObjectId property.String
arcApplicationTenantId()
Get the arcApplicationTenantId property: The arcApplicationTenantId property.String
arcServicePrincipalObjectId()
Get the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.void
validate()
Validates the instance.ArcIdentityResponseInner
withArcApplicationClientId(String arcApplicationClientId)
Set the arcApplicationClientId property: The arcApplicationClientId property.ArcIdentityResponseInner
withArcApplicationObjectId(String arcApplicationObjectId)
Set the arcApplicationObjectId property: The arcApplicationObjectId property.ArcIdentityResponseInner
withArcApplicationTenantId(String arcApplicationTenantId)
Set the arcApplicationTenantId property: The arcApplicationTenantId property.ArcIdentityResponseInner
withArcServicePrincipalObjectId(String arcServicePrincipalObjectId)
Set the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.
-
-
-
Method Detail
-
arcApplicationClientId
public String arcApplicationClientId()
Get the arcApplicationClientId property: The arcApplicationClientId property.- Returns:
- the arcApplicationClientId value.
-
withArcApplicationClientId
public ArcIdentityResponseInner withArcApplicationClientId(String arcApplicationClientId)
Set the arcApplicationClientId property: The arcApplicationClientId property.- Parameters:
arcApplicationClientId
- the arcApplicationClientId value to set.- Returns:
- the ArcIdentityResponseInner object itself.
-
arcApplicationTenantId
public String arcApplicationTenantId()
Get the arcApplicationTenantId property: The arcApplicationTenantId property.- Returns:
- the arcApplicationTenantId value.
-
withArcApplicationTenantId
public ArcIdentityResponseInner withArcApplicationTenantId(String arcApplicationTenantId)
Set the arcApplicationTenantId property: The arcApplicationTenantId property.- Parameters:
arcApplicationTenantId
- the arcApplicationTenantId value to set.- Returns:
- the ArcIdentityResponseInner object itself.
-
arcServicePrincipalObjectId
public String arcServicePrincipalObjectId()
Get the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.- Returns:
- the arcServicePrincipalObjectId value.
-
withArcServicePrincipalObjectId
public ArcIdentityResponseInner withArcServicePrincipalObjectId(String arcServicePrincipalObjectId)
Set the arcServicePrincipalObjectId property: The arcServicePrincipalObjectId property.- Parameters:
arcServicePrincipalObjectId
- the arcServicePrincipalObjectId value to set.- Returns:
- the ArcIdentityResponseInner object itself.
-
arcApplicationObjectId
public String arcApplicationObjectId()
Get the arcApplicationObjectId property: The arcApplicationObjectId property.- Returns:
- the arcApplicationObjectId value.
-
withArcApplicationObjectId
public ArcIdentityResponseInner withArcApplicationObjectId(String arcApplicationObjectId)
Set the arcApplicationObjectId property: The arcApplicationObjectId property.- Parameters:
arcApplicationObjectId
- the arcApplicationObjectId value to set.- Returns:
- the ArcIdentityResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-