@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentConfigureV2DryRun extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentConfigureV2DryRun() |
FleetDeploymentConfigureV2DryRun(FleetDeploymentConfigureV2DryRunAttributes attributes,
String id,
FleetDeploymentResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentConfigureV2DryRun |
attributes(FleetDeploymentConfigureV2DryRunAttributes attributes) |
boolean |
equals(Object o)
Return true if this FleetDeploymentConfigureV2DryRun object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
FleetDeploymentConfigureV2DryRunAttributes |
getAttributes()
Attributes of a configuration deployment dry-run response.
|
String |
getId()
Always
"dry-run" for a dry-run response. |
FleetDeploymentResourceType |
getType()
The type of deployment resource.
|
int |
hashCode() |
FleetDeploymentConfigureV2DryRun |
id(String id) |
FleetDeploymentConfigureV2DryRun |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(FleetDeploymentConfigureV2DryRunAttributes attributes) |
void |
setId(String id) |
void |
setType(FleetDeploymentResourceType type) |
String |
toString() |
FleetDeploymentConfigureV2DryRun |
type(FleetDeploymentResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public FleetDeploymentConfigureV2DryRun()
public FleetDeploymentConfigureV2DryRun(FleetDeploymentConfigureV2DryRunAttributes attributes, String id, FleetDeploymentResourceType type)
public FleetDeploymentConfigureV2DryRun attributes(FleetDeploymentConfigureV2DryRunAttributes attributes)
public FleetDeploymentConfigureV2DryRunAttributes getAttributes()
public void setAttributes(FleetDeploymentConfigureV2DryRunAttributes attributes)
public FleetDeploymentConfigureV2DryRun id(String id)
public String getId()
"dry-run" for a dry-run response. Does not identify a real deployment and
cannot be used to fetch a deployment by ID.public void setId(String id)
public FleetDeploymentConfigureV2DryRun type(FleetDeploymentResourceType type)
public FleetDeploymentResourceType getType()
public void setType(FleetDeploymentResourceType type)
public FleetDeploymentConfigureV2DryRun putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.