Class DomainOwnershipIdentifierInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner
-
public final class DomainOwnershipIdentifierInner extends ProxyOnlyResource
Domain ownership Identifier.
-
-
Constructor Summary
Constructors Constructor Description DomainOwnershipIdentifierInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringownershipId()Get the ownershipId property: Ownership Id.voidvalidate()Validates the instance.DomainOwnershipIdentifierInnerwithKind(String kind)Set the kind property: Kind of resource.DomainOwnershipIdentifierInnerwithOwnershipId(String ownershipId)Set the ownershipId property: Ownership Id.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public DomainOwnershipIdentifierInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
ownershipId
public String ownershipId()
Get the ownershipId property: Ownership Id.- Returns:
- the ownershipId value.
-
withOwnershipId
public DomainOwnershipIdentifierInner withOwnershipId(String ownershipId)
Set the ownershipId property: Ownership Id.- Parameters:
ownershipId- the ownershipId value to set.- Returns:
- the DomainOwnershipIdentifierInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-