@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 | getImageUri()
 URI of a container image in the Amazon ECR registry. | 
| String | getLocation()
 A presigned URL that you can use to download the deployment package. | 
| String | getRepositoryType()
 The service that's hosting the file. | 
| String | getResolvedImageUri()
 The resolved URI for the image. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setImageUri(String imageUri)
 URI of a container image in the Amazon ECR registry. | 
| void | setLocation(String location)
 A presigned URL that you can use to download the deployment package. | 
| void | setRepositoryType(String repositoryType)
 The service that's hosting the file. | 
| void | setResolvedImageUri(String resolvedImageUri)
 The resolved URI for the image. | 
| String | toString()Returns a string representation of this object. | 
| FunctionCodeLocation | withImageUri(String imageUri)
 URI of a container image in the Amazon ECR registry. | 
| FunctionCodeLocation | withLocation(String location)
 A presigned URL that you can use to download the deployment package. | 
| FunctionCodeLocation | withRepositoryType(String repositoryType)
 The service that's hosting the file. | 
| FunctionCodeLocation | withResolvedImageUri(String resolvedImageUri)
 The resolved URI for the image. | 
public void setRepositoryType(String repositoryType)
The service that's hosting the file.
repositoryType - The service that's hosting the file.public String getRepositoryType()
The service that's hosting the file.
public FunctionCodeLocation withRepositoryType(String repositoryType)
The service that's hosting the file.
repositoryType - The service that's hosting the file.public void setLocation(String location)
A presigned URL that you can use to download the deployment package.
location - A presigned URL that you can use to download the deployment package.public String getLocation()
A presigned URL that you can use to download the deployment package.
public FunctionCodeLocation withLocation(String location)
A presigned URL that you can use to download the deployment package.
location - A presigned URL that you can use to download the deployment package.public void setImageUri(String imageUri)
URI of a container image in the Amazon ECR registry.
imageUri - URI of a container image in the Amazon ECR registry.public String getImageUri()
URI of a container image in the Amazon ECR registry.
public FunctionCodeLocation withImageUri(String imageUri)
URI of a container image in the Amazon ECR registry.
imageUri - URI of a container image in the Amazon ECR registry.public void setResolvedImageUri(String resolvedImageUri)
The resolved URI for the image.
resolvedImageUri - The resolved URI for the image.public String getResolvedImageUri()
The resolved URI for the image.
public FunctionCodeLocation withResolvedImageUri(String resolvedImageUri)
The resolved URI for the image.
resolvedImageUri - The resolved URI for the image.public String toString()
toString in class ObjectObject.toString()public FunctionCodeLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.