@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentPlatform extends Object implements Serializable, Cloneable, StructuredPojo
A set of Docker images that are related by platform and are managed by CodeBuild.
| Constructor and Description | 
|---|
EnvironmentPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
EnvironmentPlatform | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<EnvironmentLanguage> | 
getLanguages()
 The list of programming languages that are available for the specified platform. 
 | 
String | 
getPlatform()
 The platform's name. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setLanguages(Collection<EnvironmentLanguage> languages)
 The list of programming languages that are available for the specified platform. 
 | 
void | 
setPlatform(PlatformType platform)
 The platform's name. 
 | 
void | 
setPlatform(String platform)
 The platform's name. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
EnvironmentPlatform | 
withLanguages(Collection<EnvironmentLanguage> languages)
 The list of programming languages that are available for the specified platform. 
 | 
EnvironmentPlatform | 
withLanguages(EnvironmentLanguage... languages)
 The list of programming languages that are available for the specified platform. 
 | 
EnvironmentPlatform | 
withPlatform(PlatformType platform)
 The platform's name. 
 | 
EnvironmentPlatform | 
withPlatform(String platform)
 The platform's name. 
 | 
public void setPlatform(String platform)
The platform's name.
platform - The platform's name.PlatformTypepublic String getPlatform()
The platform's name.
PlatformTypepublic EnvironmentPlatform withPlatform(String platform)
The platform's name.
platform - The platform's name.PlatformTypepublic void setPlatform(PlatformType platform)
The platform's name.
platform - The platform's name.PlatformTypepublic EnvironmentPlatform withPlatform(PlatformType platform)
The platform's name.
platform - The platform's name.PlatformTypepublic List<EnvironmentLanguage> getLanguages()
The list of programming languages that are available for the specified platform.
public void setLanguages(Collection<EnvironmentLanguage> languages)
The list of programming languages that are available for the specified platform.
languages - The list of programming languages that are available for the specified platform.public EnvironmentPlatform withLanguages(EnvironmentLanguage... languages)
The list of programming languages that are available for the specified platform.
 NOTE: This method appends the values to the existing list (if any). Use
 setLanguages(java.util.Collection) or withLanguages(java.util.Collection) if you want to
 override the existing values.
 
languages - The list of programming languages that are available for the specified platform.public EnvironmentPlatform withLanguages(Collection<EnvironmentLanguage> languages)
The list of programming languages that are available for the specified platform.
languages - The list of programming languages that are available for the specified platform.public String toString()
toString in class ObjectObject.toString()public EnvironmentPlatform clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.