@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionCodeLocation extends Object implements Serializable, Cloneable, StructuredPojo
The object for the Lambda function location.
Constructor and Description |
---|
FunctionCodeLocation() |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
String |
getRepositoryType()
The repository from which you can download the function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocation(String location)
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
void |
setRepositoryType(String repositoryType)
The repository from which you can download the function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FunctionCodeLocation |
withLocation(String location)
The presigned URL you can use to download the function's .zip file that you previously uploaded.
|
FunctionCodeLocation |
withRepositoryType(String repositoryType)
The repository from which you can download the function.
|
public void setRepositoryType(String repositoryType)
The repository from which you can download the function.
repositoryType
- The repository from which you can download the function.public String getRepositoryType()
The repository from which you can download the function.
public FunctionCodeLocation withRepositoryType(String repositoryType)
The repository from which you can download the function.
repositoryType
- The repository from which you can download the function.public void setLocation(String location)
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
location
- The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL
is valid for up to 10 minutes.public String getLocation()
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
public FunctionCodeLocation withLocation(String location)
The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
location
- The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL
is valid for up to 10 minutes.public String toString()
toString
in class Object
Object.toString()
public FunctionCodeLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.