Class SystemTopicUpdateParameters
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.SystemTopicUpdateParameters
-
public final class SystemTopicUpdateParameters extends Object
Properties of the System Topic update.
-
-
Constructor Summary
Constructors Constructor Description SystemTopicUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityInfoidentity()Get the identity property: Resource identity information.Map<String,String>tags()Get the tags property: Tags of the system topic.voidvalidate()Validates the instance.SystemTopicUpdateParameterswithIdentity(IdentityInfo identity)Set the identity property: Resource identity information.SystemTopicUpdateParameterswithTags(Map<String,String> tags)Set the tags property: Tags of the system topic.
-
-
-
Method Detail
-
tags
public Map<String,String> tags()
Get the tags property: Tags of the system topic.- Returns:
- the tags value.
-
withTags
public SystemTopicUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Tags of the system topic.- Parameters:
tags- the tags value to set.- Returns:
- the SystemTopicUpdateParameters object itself.
-
identity
public IdentityInfo identity()
Get the identity property: Resource identity information.- Returns:
- the identity value.
-
withIdentity
public SystemTopicUpdateParameters withIdentity(IdentityInfo identity)
Set the identity property: Resource identity information.- Parameters:
identity- the identity value to set.- Returns:
- the SystemTopicUpdateParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-