public class ModifyCustomerGatewayAttributesRequest extends Object
| Constructor and Description |
|---|
ModifyCustomerGatewayAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyCustomerGatewayAttributesRequest |
customerGatewayId(String customerGatewayId) |
ModifyCustomerGatewayAttributesRequest |
customerGatewayName(String customerGatewayName) |
ModifyCustomerGatewayAttributesRequest |
description(String description) |
boolean |
equals(Object o) |
@NotNull String |
getCustomerGatewayId()
Get customerGatewayId
|
String |
getCustomerGatewayName()
Get customerGatewayName
|
String |
getDescription()
Get description
|
int |
hashCode() |
void |
setCustomerGatewayId(String customerGatewayId) |
void |
setCustomerGatewayName(String customerGatewayName) |
void |
setDescription(String description) |
String |
toString() |
public ModifyCustomerGatewayAttributesRequest()
public ModifyCustomerGatewayAttributesRequest customerGatewayId(String customerGatewayId)
@NotNull public @NotNull String getCustomerGatewayId()
public void setCustomerGatewayId(String customerGatewayId)
public ModifyCustomerGatewayAttributesRequest customerGatewayName(String customerGatewayName)
public String getCustomerGatewayName()
public void setCustomerGatewayName(String customerGatewayName)
public ModifyCustomerGatewayAttributesRequest description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2025. All rights reserved.