@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaEndpointSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary for the Lambda endpoint type.
| Constructor and Description |
|---|
LambdaEndpointSummary() |
| Modifier and Type | Method and Description |
|---|---|
LambdaEndpointSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
String |
toString()
Returns a string representation of this object.
|
LambdaEndpointSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
arn - The Amazon Resource Name (ARN) of the Lambda endpoint.public String getArn()
The Amazon Resource Name (ARN) of the Lambda endpoint.
public LambdaEndpointSummary withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
arn - The Amazon Resource Name (ARN) of the Lambda endpoint.public String toString()
toString in class ObjectObject.toString()public LambdaEndpointSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.