@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentLanguage extends Object implements Serializable, Cloneable
A set of Docker images that are related by programming language and are managed by AWS CodeBuild.
Constructor and Description |
---|
EnvironmentLanguage() |
Modifier and Type | Method and Description |
---|---|
EnvironmentLanguage |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentImage> |
getImages()
The list of Docker images that are related by the specified programming language.
|
String |
getLanguage()
The programming language for the Docker images.
|
int |
hashCode() |
void |
setImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
|
void |
setLanguage(LanguageType language)
The programming language for the Docker images.
|
void |
setLanguage(String language)
The programming language for the Docker images.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EnvironmentLanguage |
withImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
|
EnvironmentLanguage |
withImages(EnvironmentImage... images)
The list of Docker images that are related by the specified programming language.
|
EnvironmentLanguage |
withLanguage(LanguageType language)
The programming language for the Docker images.
|
EnvironmentLanguage |
withLanguage(String language)
The programming language for the Docker images.
|
public void setLanguage(String language)
The programming language for the Docker images.
language
- The programming language for the Docker images.LanguageType
public String getLanguage()
The programming language for the Docker images.
LanguageType
public EnvironmentLanguage withLanguage(String language)
The programming language for the Docker images.
language
- The programming language for the Docker images.LanguageType
public void setLanguage(LanguageType language)
The programming language for the Docker images.
language
- The programming language for the Docker images.LanguageType
public EnvironmentLanguage withLanguage(LanguageType language)
The programming language for the Docker images.
language
- The programming language for the Docker images.LanguageType
public List<EnvironmentImage> getImages()
The list of Docker images that are related by the specified programming language.
public void setImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
images
- The list of Docker images that are related by the specified programming language.public EnvironmentLanguage withImages(EnvironmentImage... images)
The list of Docker images that are related by the specified programming language.
NOTE: This method appends the values to the existing list (if any). Use
setImages(java.util.Collection)
or withImages(java.util.Collection)
if you want to override the
existing values.
images
- The list of Docker images that are related by the specified programming language.public EnvironmentLanguage withImages(Collection<EnvironmentImage> images)
The list of Docker images that are related by the specified programming language.
images
- The list of Docker images that are related by the specified programming language.public String toString()
toString
in class Object
Object.toString()
public EnvironmentLanguage clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.