Class GetAlarmConditionResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.stackmonitoring.responses.GetAlarmConditionResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetAlarmConditionResponse>
- Enclosing class:
- GetAlarmConditionResponse
public static class GetAlarmConditionResponse.Builder extends Object implements BmcResponse.Builder<GetAlarmConditionResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAlarmConditionResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
GetAlarmConditionResponse.Builder
alarmCondition(AlarmCondition alarmCondition)
The returned AlarmCondition instance.GetAlarmConditionResponse
build()
Build the response object.GetAlarmConditionResponse.Builder
copy(GetAlarmConditionResponse o)
Copy method to populate the builder with values from the given instance.GetAlarmConditionResponse.Builder
etag(String etag)
For optimistic concurrency control.GetAlarmConditionResponse.Builder
headers(Map<String,List<String>> headers)
GetAlarmConditionResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetAlarmConditionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetAlarmConditionResponse>
-
headers
public GetAlarmConditionResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetAlarmConditionResponse>
-
opcRequestId
public GetAlarmConditionResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
etag
public GetAlarmConditionResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
alarmCondition
public GetAlarmConditionResponse.Builder alarmCondition(AlarmCondition alarmCondition)
The returned AlarmCondition instance.- Parameters:
alarmCondition
- the value to set- Returns:
- this builder
-
copy
public GetAlarmConditionResponse.Builder copy(GetAlarmConditionResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetAlarmConditionResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetAlarmConditionResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetAlarmConditionResponse>
- Returns:
- the response object
-
-