Class ClusterIdentityResponseInner


  • public final class ClusterIdentityResponseInner
    extends Object
    Cluster Identity details.
    • Constructor Detail

      • ClusterIdentityResponseInner

        public ClusterIdentityResponseInner()
    • Method Detail

      • aadClientId

        public String aadClientId()
        Get the aadClientId property: The aadClientId property.
        Returns:
        the aadClientId value.
      • withAadClientId

        public ClusterIdentityResponseInner withAadClientId​(String aadClientId)
        Set the aadClientId property: The aadClientId property.
        Parameters:
        aadClientId - the aadClientId value to set.
        Returns:
        the ClusterIdentityResponseInner object itself.
      • aadTenantId

        public String aadTenantId()
        Get the aadTenantId property: The aadTenantId property.
        Returns:
        the aadTenantId value.
      • withAadTenantId

        public ClusterIdentityResponseInner withAadTenantId​(String aadTenantId)
        Set the aadTenantId property: The aadTenantId property.
        Parameters:
        aadTenantId - the aadTenantId value to set.
        Returns:
        the ClusterIdentityResponseInner object itself.
      • aadServicePrincipalObjectId

        public String aadServicePrincipalObjectId()
        Get the aadServicePrincipalObjectId property: The aadServicePrincipalObjectId property.
        Returns:
        the aadServicePrincipalObjectId value.
      • withAadServicePrincipalObjectId

        public ClusterIdentityResponseInner withAadServicePrincipalObjectId​(String aadServicePrincipalObjectId)
        Set the aadServicePrincipalObjectId property: The aadServicePrincipalObjectId property.
        Parameters:
        aadServicePrincipalObjectId - the aadServicePrincipalObjectId value to set.
        Returns:
        the ClusterIdentityResponseInner object itself.
      • aadApplicationObjectId

        public String aadApplicationObjectId()
        Get the aadApplicationObjectId property: The aadApplicationObjectId property.
        Returns:
        the aadApplicationObjectId value.
      • withAadApplicationObjectId

        public ClusterIdentityResponseInner withAadApplicationObjectId​(String aadApplicationObjectId)
        Set the aadApplicationObjectId property: The aadApplicationObjectId property.
        Parameters:
        aadApplicationObjectId - the aadApplicationObjectId value to set.
        Returns:
        the ClusterIdentityResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.