Class GetLinkedZoneOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.GetLinkedZoneOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetLinkedZoneOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getLinkedZone options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLinkedZoneOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
instanceId()
Gets the instanceId.String
linkedDnszoneId()
Gets the linkedDnszoneId.GetLinkedZoneOptions.Builder
newBuilder()
New builder.String
xCorrelationId()
Gets the xCorrelationId.
-
-
-
Method Detail
-
newBuilder
public GetLinkedZoneOptions.Builder newBuilder()
New builder.- Returns:
- a GetLinkedZoneOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The unique identifier of a service instance.- Returns:
- the instanceId
-
linkedDnszoneId
public String linkedDnszoneId()
Gets the linkedDnszoneId. The unique identifier of a linked zone.- Returns:
- the linkedDnszoneId
-
xCorrelationId
public String xCorrelationId()
Gets the xCorrelationId. Uniquely identifying a request.- Returns:
- the xCorrelationId
-
-