@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public class GenerateAgentInstallerConfigurationRequest extends BmcRequest<GenerateAgentInstallerConfigurationDetails>
Example: Click here to see how to use GenerateAgentInstallerConfigurationRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GenerateAgentInstallerConfigurationRequest.Builder |
Constructor and Description |
---|
GenerateAgentInstallerConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
static GenerateAgentInstallerConfigurationRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
GenerateAgentInstallerConfigurationDetails |
getBody$()
Alternative accessor for the body parameter.
|
GenerateAgentInstallerConfigurationDetails |
getGenerateAgentInstallerConfigurationDetails()
Details that are used to generate the installer configuration for a fleet.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
GenerateAgentInstallerConfigurationRequest.Builder |
toBuilder()
Return an instance of
GenerateAgentInstallerConfigurationRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public GenerateAgentInstallerConfigurationRequest()
public GenerateAgentInstallerConfigurationDetails getGenerateAgentInstallerConfigurationDetails()
Details that are used to generate the installer configuration for a fleet.
public String getOpcRequestId()
The client request ID for tracing.
public GenerateAgentInstallerConfigurationDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<GenerateAgentInstallerConfigurationDetails>
public GenerateAgentInstallerConfigurationRequest.Builder toBuilder()
Return an instance of GenerateAgentInstallerConfigurationRequest.Builder
that allows you to modify request properties.
GenerateAgentInstallerConfigurationRequest.Builder
that allows you to modify request properties.public static GenerateAgentInstallerConfigurationRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<GenerateAgentInstallerConfigurationDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<GenerateAgentInstallerConfigurationDetails>
Copyright © 2016–2024. All rights reserved.