@Generated public class CreatePtEndpointRequest extends Object
| Constructor and Description |
|---|
CreatePtEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiGatewayConfig |
getAiGateway() |
String |
getBudgetPolicyId() |
PtEndpointCoreConfig |
getConfig() |
String |
getName() |
Collection<EndpointTag> |
getTags() |
int |
hashCode() |
CreatePtEndpointRequest |
setAiGateway(AiGatewayConfig aiGateway) |
CreatePtEndpointRequest |
setBudgetPolicyId(String budgetPolicyId) |
CreatePtEndpointRequest |
setConfig(PtEndpointCoreConfig config) |
CreatePtEndpointRequest |
setName(String name) |
CreatePtEndpointRequest |
setTags(Collection<EndpointTag> tags) |
String |
toString() |
public CreatePtEndpointRequest setAiGateway(AiGatewayConfig aiGateway)
public AiGatewayConfig getAiGateway()
public CreatePtEndpointRequest setBudgetPolicyId(String budgetPolicyId)
public String getBudgetPolicyId()
public CreatePtEndpointRequest setConfig(PtEndpointCoreConfig config)
public PtEndpointCoreConfig getConfig()
public CreatePtEndpointRequest setName(String name)
public String getName()
public CreatePtEndpointRequest setTags(Collection<EndpointTag> tags)
public Collection<EndpointTag> getTags()
Copyright © 2025. All rights reserved.