@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApiGatewayProxySummary extends Object implements Serializable, Cloneable, StructuredPojo
A wrapper object holding the Amazon API Gateway proxy summary.
Constructor and Description |
---|
ApiGatewayProxySummary() |
Modifier and Type | Method and Description |
---|---|
ApiGatewayProxySummary |
clone() |
boolean |
equals(Object obj) |
String |
getApiGatewayId()
The resource ID of the API Gateway for the proxy.
|
String |
getEndpointType()
The type of API Gateway endpoint created.
|
String |
getNlbArn()
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
|
String |
getNlbName()
The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
String |
getProxyUrl()
The endpoint URL of the API Gateway proxy.
|
String |
getStageName()
The name of the API Gateway stage.
|
String |
getVpcLinkId()
The
VpcLink ID of the API Gateway proxy. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
|
void |
setEndpointType(String endpointType)
The type of API Gateway endpoint created.
|
void |
setNlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
|
void |
setNlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
void |
setProxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
|
void |
setStageName(String stageName)
The name of the API Gateway stage.
|
void |
setVpcLinkId(String vpcLinkId)
The
VpcLink ID of the API Gateway proxy. |
String |
toString()
Returns a string representation of this object.
|
ApiGatewayProxySummary |
withApiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
|
ApiGatewayProxySummary |
withEndpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxySummary |
withEndpointType(String endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxySummary |
withNlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
|
ApiGatewayProxySummary |
withNlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
ApiGatewayProxySummary |
withProxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
|
ApiGatewayProxySummary |
withStageName(String stageName)
The name of the API Gateway stage.
|
ApiGatewayProxySummary |
withVpcLinkId(String vpcLinkId)
The
VpcLink ID of the API Gateway proxy. |
public void setApiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
apiGatewayId
- The resource ID of the API Gateway for the proxy.public String getApiGatewayId()
The resource ID of the API Gateway for the proxy.
public ApiGatewayProxySummary withApiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
apiGatewayId
- The resource ID of the API Gateway for the proxy.public void setEndpointType(String endpointType)
The type of API Gateway endpoint created.
endpointType
- The type of API Gateway endpoint created.ApiGatewayEndpointType
public String getEndpointType()
The type of API Gateway endpoint created.
ApiGatewayEndpointType
public ApiGatewayProxySummary withEndpointType(String endpointType)
The type of API Gateway endpoint created.
endpointType
- The type of API Gateway endpoint created.ApiGatewayEndpointType
public ApiGatewayProxySummary withEndpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
endpointType
- The type of API Gateway endpoint created.ApiGatewayEndpointType
public void setNlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
nlbArn
- The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.public String getNlbArn()
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
public ApiGatewayProxySummary withNlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
nlbArn
- The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.public void setNlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
nlbName
- The name of the Network Load Balancer that is configured by the API Gateway proxy.public String getNlbName()
The name of the Network Load Balancer that is configured by the API Gateway proxy.
public ApiGatewayProxySummary withNlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
nlbName
- The name of the Network Load Balancer that is configured by the API Gateway proxy.public void setProxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
proxyUrl
- The endpoint URL of the API Gateway proxy.public String getProxyUrl()
The endpoint URL of the API Gateway proxy.
public ApiGatewayProxySummary withProxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
proxyUrl
- The endpoint URL of the API Gateway proxy.public void setStageName(String stageName)
The name of the API Gateway stage. The name defaults to prod
.
stageName
- The name of the API Gateway stage. The name defaults to prod
.public String getStageName()
The name of the API Gateway stage. The name defaults to prod
.
prod
.public ApiGatewayProxySummary withStageName(String stageName)
The name of the API Gateway stage. The name defaults to prod
.
stageName
- The name of the API Gateway stage. The name defaults to prod
.public void setVpcLinkId(String vpcLinkId)
The VpcLink
ID of the API Gateway proxy.
vpcLinkId
- The VpcLink
ID of the API Gateway proxy.public String getVpcLinkId()
The VpcLink
ID of the API Gateway proxy.
VpcLink
ID of the API Gateway proxy.public ApiGatewayProxySummary withVpcLinkId(String vpcLinkId)
The VpcLink
ID of the API Gateway proxy.
vpcLinkId
- The VpcLink
ID of the API Gateway proxy.public String toString()
toString
in class Object
Object.toString()
public ApiGatewayProxySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.