Class PutToggleAutoActivateRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.apmtraces.requests.PutToggleAutoActivateRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class PutToggleAutoActivateRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmtraces/PutToggleAutoActivateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutToggleAutoActivateRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPutToggleAutoActivateRequest.Builderstatic classPutToggleAutoActivateRequest.DataKeyTypeData key type for which auto-activate needs to be turned on or off.
 - 
Constructor SummaryConstructors Constructor Description PutToggleAutoActivateRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutToggleAutoActivateRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetApmDomainId()The APM Domain ID for the intended request.PutToggleAutoActivateRequest.DataKeyTypegetDataKeyType()Data key type for which auto-activate needs to be turned on or off.BooleangetIsAutoActivateOn()Autoactivate toggle switch.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.PutToggleAutoActivateRequest.BuildertoBuilder()Return an instance ofPutToggleAutoActivateRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getApmDomainIdpublic String getApmDomainId() The APM Domain ID for the intended request.
 - 
getIsAutoActivateOnpublic Boolean getIsAutoActivateOn() Autoactivate toggle switch.Set to true to turn on auto-activate. Set to false to turn off auto-activate. 
 - 
getDataKeyTypepublic PutToggleAutoActivateRequest.DataKeyType getDataKeyType() Data key type for which auto-activate needs to be turned on or off.
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
toBuilderpublic PutToggleAutoActivateRequest.Builder toBuilder() Return an instance ofPutToggleAutoActivateRequest.Builderthat allows you to modify request properties.- Returns:
- instance of PutToggleAutoActivateRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static PutToggleAutoActivateRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-