Class TopicSharedAccessKeysInner
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.TopicSharedAccessKeysInner
-
public final class TopicSharedAccessKeysInner extends Object
Shared access keys of the Topic.
-
-
Constructor Summary
Constructors Constructor Description TopicSharedAccessKeysInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkey1()Get the key1 property: Shared access key1 for the topic.Stringkey2()Get the key2 property: Shared access key2 for the topic.voidvalidate()Validates the instance.TopicSharedAccessKeysInnerwithKey1(String key1)Set the key1 property: Shared access key1 for the topic.TopicSharedAccessKeysInnerwithKey2(String key2)Set the key2 property: Shared access key2 for the topic.
-
-
-
Method Detail
-
key1
public String key1()
Get the key1 property: Shared access key1 for the topic.- Returns:
- the key1 value.
-
withKey1
public TopicSharedAccessKeysInner withKey1(String key1)
Set the key1 property: Shared access key1 for the topic.- Parameters:
key1- the key1 value to set.- Returns:
- the TopicSharedAccessKeysInner object itself.
-
key2
public String key2()
Get the key2 property: Shared access key2 for the topic.- Returns:
- the key2 value.
-
withKey2
public TopicSharedAccessKeysInner withKey2(String key2)
Set the key2 property: Shared access key2 for the topic.- Parameters:
key2- the key2 value to set.- Returns:
- the TopicSharedAccessKeysInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-