@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionCodeLocation extends Object implements Serializable, Cloneable, StructuredPojo
Details about a function's deployment package.
Constructor and Description |
---|
FunctionCodeLocation() |
Modifier and Type | Method and Description |
---|---|
FunctionCodeLocation |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
A pre-signed URL that you can use to download the deployment package.
|
String |
getRepositoryType()
The service hosting the file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocation(String location)
A pre-signed URL that you can use to download the deployment package.
|
void |
setRepositoryType(String repositoryType)
The service hosting the file.
|
String |
toString()
Returns a string representation of this object.
|
FunctionCodeLocation |
withLocation(String location)
A pre-signed URL that you can use to download the deployment package.
|
FunctionCodeLocation |
withRepositoryType(String repositoryType)
The service hosting the file.
|
public void setRepositoryType(String repositoryType)
The service hosting the file.
repositoryType
- The service hosting the file.public String getRepositoryType()
The service hosting the file.
public FunctionCodeLocation withRepositoryType(String repositoryType)
The service hosting the file.
repositoryType
- The service hosting the file.public void setLocation(String location)
A pre-signed URL that you can use to download the deployment package.
location
- A pre-signed URL that you can use to download the deployment package.public String getLocation()
A pre-signed URL that you can use to download the deployment package.
public FunctionCodeLocation withLocation(String location)
A pre-signed URL that you can use to download the deployment package.
location
- A pre-signed URL that you can use to download the deployment package.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.