All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.batch.model.LogConfiguration Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Batch module holds the client classes that are used for communicating with AWS Batch.

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.batch.model;

import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;

/**
 * 

* Log configuration options to send to a custom log driver for the container. *

* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class LogConfiguration implements Serializable, Cloneable, StructuredPojo { /** *

* The log driver to use for the container. The valid values that are listed for this parameter are log drivers that * the Amazon ECS container agent can communicate with by default. *

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and splunk log * drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log driver in * the Batch User Guide and Amazon * CloudWatch Logs logging driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the Docker * documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and options, * see Graylog Extended Format logging driver * in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the Docker * documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the Docker * documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the Docker * documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the Docker * documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, * you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. * We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services * doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the * Docker Remote API version on your container instance, log in to your container instance and run the following * command: sudo docker version | grep "Server API version" *

*/ private String logDriver; /** *

* The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote * API or greater on your container instance. To check the Docker Remote API version on your container instance, log * in to your container instance and run the following command: * sudo docker version | grep "Server API version" *

*/ private java.util.Map options; /** *

* The secrets to pass to the log configuration. For more information, see Specifying sensitive * data in the Batch User Guide. *

*/ private java.util.List secretOptions; /** *

* The log driver to use for the container. The valid values that are listed for this parameter are log drivers that * the Amazon ECS container agent can communicate with by default. *

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and splunk log * drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log driver in * the Batch User Guide and Amazon * CloudWatch Logs logging driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the Docker * documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and options, * see Graylog Extended Format logging driver * in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the Docker * documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the Docker * documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the Docker * documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the Docker * documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, * you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. * We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services * doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the * Docker Remote API version on your container instance, log in to your container instance and run the following * command: sudo docker version | grep "Server API version" *

* * @param logDriver * The log driver to use for the container. The valid values that are listed for this parameter are log * drivers that the Amazon ECS container agent can communicate with by default.

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and * splunk log drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log * driver in the Batch User Guide and Amazon CloudWatch Logs logging * driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the * Docker documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and * options, see Graylog Extended Format * logging driver in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the * Docker documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the * Docker documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the * Docker documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the * Docker documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container * agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that * driver. We encourage you to submit pull requests for changes that you want to have included. However, * Amazon Web Services doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To * check the Docker Remote API version on your container instance, log in to your container instance and run * the following command: sudo docker version | grep "Server API version" * @see LogDriver */ public void setLogDriver(String logDriver) { this.logDriver = logDriver; } /** *

* The log driver to use for the container. The valid values that are listed for this parameter are log drivers that * the Amazon ECS container agent can communicate with by default. *

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and splunk log * drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log driver in * the Batch User Guide and Amazon * CloudWatch Logs logging driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the Docker * documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and options, * see Graylog Extended Format logging driver * in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the Docker * documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the Docker * documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the Docker * documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the Docker * documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, * you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. * We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services * doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the * Docker Remote API version on your container instance, log in to your container instance and run the following * command: sudo docker version | grep "Server API version" *

* * @return The log driver to use for the container. The valid values that are listed for this parameter are log * drivers that the Amazon ECS container agent can communicate with by default.

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and * splunk log drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log * driver in the Batch User Guide and Amazon CloudWatch Logs logging * driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the * Docker documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and * options, see Graylog Extended Format * logging driver in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the * Docker documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the * Docker documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the * Docker documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the * Docker documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container * agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that * driver. We encourage you to submit pull requests for changes that you want to have included. However, * Amazon Web Services doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To * check the Docker Remote API version on your container instance, log in to your container instance and run * the following command: sudo docker version | grep "Server API version" * @see LogDriver */ public String getLogDriver() { return this.logDriver; } /** *

* The log driver to use for the container. The valid values that are listed for this parameter are log drivers that * the Amazon ECS container agent can communicate with by default. *

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and splunk log * drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log driver in * the Batch User Guide and Amazon * CloudWatch Logs logging driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the Docker * documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and options, * see Graylog Extended Format logging driver * in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the Docker * documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the Docker * documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the Docker * documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the Docker * documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, * you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. * We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services * doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the * Docker Remote API version on your container instance, log in to your container instance and run the following * command: sudo docker version | grep "Server API version" *

* * @param logDriver * The log driver to use for the container. The valid values that are listed for this parameter are log * drivers that the Amazon ECS container agent can communicate with by default.

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and * splunk log drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log * driver in the Batch User Guide and Amazon CloudWatch Logs logging * driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the * Docker documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and * options, see Graylog Extended Format * logging driver in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the * Docker documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the * Docker documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the * Docker documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the * Docker documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container * agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that * driver. We encourage you to submit pull requests for changes that you want to have included. However, * Amazon Web Services doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To * check the Docker Remote API version on your container instance, log in to your container instance and run * the following command: sudo docker version | grep "Server API version" * @return Returns a reference to this object so that method calls can be chained together. * @see LogDriver */ public LogConfiguration withLogDriver(String logDriver) { setLogDriver(logDriver); return this; } /** *

* The log driver to use for the container. The valid values that are listed for this parameter are log drivers that * the Amazon ECS container agent can communicate with by default. *

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and splunk log * drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log driver in * the Batch User Guide and Amazon * CloudWatch Logs logging driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the Docker * documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and options, * see Graylog Extended Format logging driver * in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the Docker * documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the Docker * documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the Docker * documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the Docker * documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, * you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. * We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services * doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the * Docker Remote API version on your container instance, log in to your container instance and run the following * command: sudo docker version | grep "Server API version" *

* * @param logDriver * The log driver to use for the container. The valid values that are listed for this parameter are log * drivers that the Amazon ECS container agent can communicate with by default.

*

* The supported log drivers are awslogs, fluentd, gelf, * json-file, journald, logentries, syslog, and * splunk. *

* *

* Jobs that are running on Fargate resources are restricted to the awslogs and * splunk log drivers. *

*
*
*
awslogs
*
*

* Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs log * driver in the Batch User Guide and Amazon CloudWatch Logs logging * driver in the Docker documentation. *

*
*
fluentd
*
*

* Specifies the Fluentd logging driver. For more information including usage and options, see Fluentd logging driver in the * Docker documentation. *

*
*
gelf
*
*

* Specifies the Graylog Extended Format (GELF) logging driver. For more information including usage and * options, see Graylog Extended Format * logging driver in the Docker documentation. *

*
*
journald
*
*

* Specifies the journald logging driver. For more information including usage and options, see Journald logging driver in the * Docker documentation. *

*
*
json-file
*
*

* Specifies the JSON file logging driver. For more information including usage and options, see JSON File logging driver in the * Docker documentation. *

*
*
splunk
*
*

* Specifies the Splunk logging driver. For more information including usage and options, see Splunk logging driver in the * Docker documentation. *

*
*
syslog
*
*

* Specifies the syslog logging driver. For more information including usage and options, see Syslog logging driver in the * Docker documentation. *

*
*
* *

* If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container * agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that * driver. We encourage you to submit pull requests for changes that you want to have included. However, * Amazon Web Services doesn't currently support running modified copies of this software. *

*
*

* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To * check the Docker Remote API version on your container instance, log in to your container instance and run * the following command: sudo docker version | grep "Server API version" * @return Returns a reference to this object so that method calls can be chained together. * @see LogDriver */ public LogConfiguration withLogDriver(LogDriver logDriver) { this.logDriver = logDriver.toString(); return this; } /** *

* The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote * API or greater on your container instance. To check the Docker Remote API version on your container instance, log * in to your container instance and run the following command: * sudo docker version | grep "Server API version" *

* * @return The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker * Remote API or greater on your container instance. To check the Docker Remote API version on your * container instance, log in to your container instance and run the following command: * sudo docker version | grep "Server API version" */ public java.util.Map getOptions() { return options; } /** *

* The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote * API or greater on your container instance. To check the Docker Remote API version on your container instance, log * in to your container instance and run the following command: * sudo docker version | grep "Server API version" *

* * @param options * The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker * Remote API or greater on your container instance. To check the Docker Remote API version on your container * instance, log in to your container instance and run the following command: * sudo docker version | grep "Server API version" */ public void setOptions(java.util.Map options) { this.options = options; } /** *

* The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote * API or greater on your container instance. To check the Docker Remote API version on your container instance, log * in to your container instance and run the following command: * sudo docker version | grep "Server API version" *

* * @param options * The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker * Remote API or greater on your container instance. To check the Docker Remote API version on your container * instance, log in to your container instance and run the following command: * sudo docker version | grep "Server API version" * @return Returns a reference to this object so that method calls can be chained together. */ public LogConfiguration withOptions(java.util.Map options) { setOptions(options); return this; } /** * Add a single Options entry * * @see LogConfiguration#withOptions * @returns a reference to this object so that method calls can be chained together. */ public LogConfiguration addOptionsEntry(String key, String value) { if (null == this.options) { this.options = new java.util.HashMap(); } if (this.options.containsKey(key)) throw new IllegalArgumentException("Duplicated keys (" + key.toString() + ") are provided."); this.options.put(key, value); return this; } /** * Removes all the entries added into Options. * * @return Returns a reference to this object so that method calls can be chained together. */ public LogConfiguration clearOptionsEntries() { this.options = null; return this; } /** *

* The secrets to pass to the log configuration. For more information, see Specifying sensitive * data in the Batch User Guide. *

* * @return The secrets to pass to the log configuration. For more information, see Specifying * sensitive data in the Batch User Guide. */ public java.util.List getSecretOptions() { return secretOptions; } /** *

* The secrets to pass to the log configuration. For more information, see Specifying sensitive * data in the Batch User Guide. *

* * @param secretOptions * The secrets to pass to the log configuration. For more information, see Specifying * sensitive data in the Batch User Guide. */ public void setSecretOptions(java.util.Collection secretOptions) { if (secretOptions == null) { this.secretOptions = null; return; } this.secretOptions = new java.util.ArrayList(secretOptions); } /** *

* The secrets to pass to the log configuration. For more information, see Specifying sensitive * data in the Batch User Guide. *

*

* NOTE: This method appends the values to the existing list (if any). Use * {@link #setSecretOptions(java.util.Collection)} or {@link #withSecretOptions(java.util.Collection)} if you want * to override the existing values. *

* * @param secretOptions * The secrets to pass to the log configuration. For more information, see Specifying * sensitive data in the Batch User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public LogConfiguration withSecretOptions(Secret... secretOptions) { if (this.secretOptions == null) { setSecretOptions(new java.util.ArrayList(secretOptions.length)); } for (Secret ele : secretOptions) { this.secretOptions.add(ele); } return this; } /** *

* The secrets to pass to the log configuration. For more information, see Specifying sensitive * data in the Batch User Guide. *

* * @param secretOptions * The secrets to pass to the log configuration. For more information, see Specifying * sensitive data in the Batch User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public LogConfiguration withSecretOptions(java.util.Collection secretOptions) { setSecretOptions(secretOptions); return this; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getLogDriver() != null) sb.append("LogDriver: ").append(getLogDriver()).append(","); if (getOptions() != null) sb.append("Options: ").append(getOptions()).append(","); if (getSecretOptions() != null) sb.append("SecretOptions: ").append(getSecretOptions()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof LogConfiguration == false) return false; LogConfiguration other = (LogConfiguration) obj; if (other.getLogDriver() == null ^ this.getLogDriver() == null) return false; if (other.getLogDriver() != null && other.getLogDriver().equals(this.getLogDriver()) == false) return false; if (other.getOptions() == null ^ this.getOptions() == null) return false; if (other.getOptions() != null && other.getOptions().equals(this.getOptions()) == false) return false; if (other.getSecretOptions() == null ^ this.getSecretOptions() == null) return false; if (other.getSecretOptions() != null && other.getSecretOptions().equals(this.getSecretOptions()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getLogDriver() == null) ? 0 : getLogDriver().hashCode()); hashCode = prime * hashCode + ((getOptions() == null) ? 0 : getOptions().hashCode()); hashCode = prime * hashCode + ((getSecretOptions() == null) ? 0 : getSecretOptions().hashCode()); return hashCode; } @Override public LogConfiguration clone() { try { return (LogConfiguration) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.batch.model.transform.LogConfigurationMarshaller.getInstance().marshall(this, protocolMarshaller); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy