@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentLanguage extends Object implements Serializable, Cloneable, StructuredPojo
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 | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
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. 
 | 
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.LanguageTypepublic String getLanguage()
The programming language for the Docker images.
LanguageTypepublic EnvironmentLanguage withLanguage(String language)
The programming language for the Docker images.
language - The programming language for the Docker images.LanguageTypepublic void setLanguage(LanguageType language)
The programming language for the Docker images.
language - The programming language for the Docker images.LanguageTypepublic EnvironmentLanguage withLanguage(LanguageType language)
The programming language for the Docker images.
language - The programming language for the Docker images.LanguageTypepublic 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 ObjectObject.toString()public EnvironmentLanguage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.