Class PrivateLinkResourceInner
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner
-
public final class PrivateLinkResourceInner extends Object
Information of the private link resource.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName property: The displayName property.StringgroupId()Get the groupId property: The groupId property.Stringid()Get the id property: Fully qualified identifier of the resource.Stringname()Get the name property: Name of the resource.List<String>requiredMembers()Get the requiredMembers property: The requiredMembers property.List<String>requiredZoneNames()Get the requiredZoneNames property: The requiredZoneNames property.Stringtype()Get the type property: Type of the resource.voidvalidate()Validates the instance.PrivateLinkResourceInnerwithDisplayName(String displayName)Set the displayName property: The displayName property.PrivateLinkResourceInnerwithGroupId(String groupId)Set the groupId property: The groupId property.PrivateLinkResourceInnerwithId(String id)Set the id property: Fully qualified identifier of the resource.PrivateLinkResourceInnerwithName(String name)Set the name property: Name of the resource.PrivateLinkResourceInnerwithRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The requiredMembers property.PrivateLinkResourceInnerwithRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The requiredZoneNames property.PrivateLinkResourceInnerwithType(String type)Set the type property: Type of the resource.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Fully qualified identifier of the resource.- Returns:
- the id value.
-
withId
public PrivateLinkResourceInner withId(String id)
Set the id property: Fully qualified identifier of the resource.- Parameters:
id- the id value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
name
public String name()
Get the name property: Name of the resource.- Returns:
- the name value.
-
withName
public PrivateLinkResourceInner withName(String name)
Set the name property: Name of the resource.- Parameters:
name- the name value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
type
public String type()
Get the type property: Type of the resource.- Returns:
- the type value.
-
withType
public PrivateLinkResourceInner withType(String type)
Set the type property: Type of the resource.- Parameters:
type- the type value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
groupId
public String groupId()
Get the groupId property: The groupId property.- Returns:
- the groupId value.
-
withGroupId
public PrivateLinkResourceInner withGroupId(String groupId)
Set the groupId property: The groupId property.- Parameters:
groupId- the groupId value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
displayName
public String displayName()
Get the displayName property: The displayName property.- Returns:
- the displayName value.
-
withDisplayName
public PrivateLinkResourceInner withDisplayName(String displayName)
Set the displayName property: The displayName property.- Parameters:
displayName- the displayName value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The requiredMembers property.- Returns:
- the requiredMembers value.
-
withRequiredMembers
public PrivateLinkResourceInner withRequiredMembers(List<String> requiredMembers)
Set the requiredMembers property: The requiredMembers property.- Parameters:
requiredMembers- the requiredMembers value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: The requiredZoneNames property.- Returns:
- the requiredZoneNames value.
-
withRequiredZoneNames
public PrivateLinkResourceInner withRequiredZoneNames(List<String> requiredZoneNames)
Set the requiredZoneNames property: The requiredZoneNames property.- Parameters:
requiredZoneNames- the requiredZoneNames value to set.- Returns:
- the PrivateLinkResourceInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-