public class ResourceName extends Object
| Constructor and Description |
|---|
ResourceName() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get name of the resource.
|
String |
type()
Get the type of the resource.
|
ResourceName |
withName(String name)
Set name of the resource.
|
ResourceName |
withType(String type)
Set the type of the resource.
|
public String name()
public ResourceName withName(String name)
name - the name value to setpublic String type()
public ResourceName withType(String type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/