Package com.ibm.cloud.is.vpc.v1.model
Class GetPrivatePathServiceGatewayAccountPolicyOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetPrivatePathServiceGatewayAccountPolicyOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetPrivatePathServiceGatewayAccountPolicyOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getPrivatePathServiceGatewayAccountPolicy options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPrivatePathServiceGatewayAccountPolicyOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.GetPrivatePathServiceGatewayAccountPolicyOptions.Builder
newBuilder()
New builder.String
privatePathServiceGatewayId()
Gets the privatePathServiceGatewayId.
-
-
-
Method Detail
-
newBuilder
public GetPrivatePathServiceGatewayAccountPolicyOptions.Builder newBuilder()
New builder.- Returns:
- a GetPrivatePathServiceGatewayAccountPolicyOptions builder
-
privatePathServiceGatewayId
public String privatePathServiceGatewayId()
Gets the privatePathServiceGatewayId. The private path service gateway identifier.- Returns:
- the privatePathServiceGatewayId
-
id
public String id()
Gets the id. The account policy identifier.- Returns:
- the id
-
-