Class ChangeApmDomainCompartmentRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<ChangeApmDomainCompartmentDetails>
- 
- com.oracle.bmc.apmcontrolplane.requests.ChangeApmDomainCompartmentRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class ChangeApmDomainCompartmentRequest extends BmcRequest<ChangeApmDomainCompartmentDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmcontrolplane/ChangeApmDomainCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeApmDomainCompartmentRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classChangeApmDomainCompartmentRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description ChangeApmDomainCompartmentRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeApmDomainCompartmentRequest.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 OCID of the APM domain.ChangeApmDomainCompartmentDetailsgetBody$()Alternative accessor for the body parameter.ChangeApmDomainCompartmentDetailsgetChangeApmDomainCompartmentDetails()The information to be used in changing compartment.StringgetIfMatch()For optimistic concurrency control.StringgetOpcRequestId()The client request ID for tracing.StringgetOpcRetryToken()A token that uniquely identifies a request therefore it can be retried in case of a timeout or server error without risk of executing that same action again.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ChangeApmDomainCompartmentRequest.BuildertoBuilder()Return an instance ofChangeApmDomainCompartmentRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getApmDomainIdpublic String getApmDomainId() The OCID of the APM domain.
 - 
getChangeApmDomainCompartmentDetailspublic ChangeApmDomainCompartmentDetails getChangeApmDomainCompartmentDetails() The information to be used in changing compartment.
 - 
getIfMatchpublic String getIfMatch() For optimistic concurrency control.Set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getOpcRetryTokenpublic String getOpcRetryToken() A token that uniquely identifies a request therefore it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. 
 - 
getBody$public ChangeApmDomainCompartmentDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<ChangeApmDomainCompartmentDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic ChangeApmDomainCompartmentRequest.Builder toBuilder() Return an instance ofChangeApmDomainCompartmentRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ChangeApmDomainCompartmentRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ChangeApmDomainCompartmentRequest.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<ChangeApmDomainCompartmentDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<ChangeApmDomainCompartmentDetails>
 
 
- 
 
-