Package com.ibm.cloud.is.vpc.v1.model
Class GetShareProfileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetShareProfileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetShareProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getShareProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetShareProfileOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Gets the name.GetShareProfileOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetShareProfileOptions.Builder newBuilder()
New builder.- Returns:
- a GetShareProfileOptions builder
-
name
public String name()
Gets the name. The file share profile name.- Returns:
- the name
-
-