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