Class GitHubAccessTokenResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.GitHubAccessTokenResponseInner
-
public final class GitHubAccessTokenResponseInner extends Object
Get GitHub access token response definition.
-
-
Constructor Summary
Constructors Constructor Description GitHubAccessTokenResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
gitHubAccessToken()
Get the gitHubAccessToken property: GitHub access token.void
validate()
Validates the instance.GitHubAccessTokenResponseInner
withGitHubAccessToken(String gitHubAccessToken)
Set the gitHubAccessToken property: GitHub access token.
-
-
-
Method Detail
-
gitHubAccessToken
public String gitHubAccessToken()
Get the gitHubAccessToken property: GitHub access token.- Returns:
- the gitHubAccessToken value.
-
withGitHubAccessToken
public GitHubAccessTokenResponseInner withGitHubAccessToken(String gitHubAccessToken)
Set the gitHubAccessToken property: GitHub access token.- Parameters:
gitHubAccessToken
- the gitHubAccessToken value to set.- Returns:
- the GitHubAccessTokenResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-