@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImagePullSecret extends Object implements Serializable, Cloneable, StructuredPojo
References a Kubernetes secret resource. This name of the secret must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters.
| Constructor and Description | 
|---|
| ImagePullSecret() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImagePullSecret | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 Provides a unique identifier for the  ImagePullSecret. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 Provides a unique identifier for the  ImagePullSecret. | 
| String | toString()Returns a string representation of this object. | 
| ImagePullSecret | withName(String name)
 Provides a unique identifier for the  ImagePullSecret. | 
public void setName(String name)
 Provides a unique identifier for the ImagePullSecret. This object is required when
 EksPodProperties$imagePullSecrets is used.
 
name - Provides a unique identifier for the ImagePullSecret. This object is required when
        EksPodProperties$imagePullSecrets is used.public String getName()
 Provides a unique identifier for the ImagePullSecret. This object is required when
 EksPodProperties$imagePullSecrets is used.
 
ImagePullSecret. This object is required when
         EksPodProperties$imagePullSecrets is used.public ImagePullSecret withName(String name)
 Provides a unique identifier for the ImagePullSecret. This object is required when
 EksPodProperties$imagePullSecrets is used.
 
name - Provides a unique identifier for the ImagePullSecret. This object is required when
        EksPodProperties$imagePullSecrets is used.public String toString()
toString in class ObjectObject.toString()public ImagePullSecret clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.