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

com.amazonaws.services.s3control.model.JobOperation Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS S3 Control module holds the client classes that are used for communicating with AWS S3 Control Service

There is a newer version: 1.12.780
Show newest version
/*
 * Copyright 2017-2022 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.s3control.model;

import java.io.Serializable;
import javax.annotation.Generated;

/**
 * 

* The operation that you want this job to perform on every object listed in the manifest. For more information about * the available operations, see Operations in the Amazon S3 * User Guide. *

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

* Directs the specified job to invoke an Lambda function on every object in the manifest. *

*/ private LambdaInvokeOperation lambdaInvoke; /** *

* Directs the specified job to run a PUT Copy object call on every object in the manifest. *

*/ private S3CopyObjectOperation s3PutObjectCopy; /** *

* Directs the specified job to run a PUT Object acl call on every object in the manifest. *

*/ private S3SetObjectAclOperation s3PutObjectAcl; /** *

* Directs the specified job to run a PUT Object tagging call on every object in the manifest. *

*/ private S3SetObjectTaggingOperation s3PutObjectTagging; /** *

* Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. *

*/ private S3DeleteObjectTaggingOperation s3DeleteObjectTagging; /** *

* Directs the specified job to initiate restore requests for every archived object in the manifest. *

*/ private S3InitiateRestoreObjectOperation s3InitiateRestoreObject; private S3SetObjectLegalHoldOperation s3PutObjectLegalHold; private S3SetObjectRetentionOperation s3PutObjectRetention; /** *

* Directs the specified job to invoke ReplicateObject on every object in the job's manifest. *

*/ private S3ReplicateObjectOperation s3ReplicateObject; /** *

* Directs the specified job to invoke an Lambda function on every object in the manifest. *

* * @param lambdaInvoke * Directs the specified job to invoke an Lambda function on every object in the manifest. */ public void setLambdaInvoke(LambdaInvokeOperation lambdaInvoke) { this.lambdaInvoke = lambdaInvoke; } /** *

* Directs the specified job to invoke an Lambda function on every object in the manifest. *

* * @return Directs the specified job to invoke an Lambda function on every object in the manifest. */ public LambdaInvokeOperation getLambdaInvoke() { return this.lambdaInvoke; } /** *

* Directs the specified job to invoke an Lambda function on every object in the manifest. *

* * @param lambdaInvoke * Directs the specified job to invoke an Lambda function on every object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withLambdaInvoke(LambdaInvokeOperation lambdaInvoke) { setLambdaInvoke(lambdaInvoke); return this; } /** *

* Directs the specified job to run a PUT Copy object call on every object in the manifest. *

* * @param s3PutObjectCopy * Directs the specified job to run a PUT Copy object call on every object in the manifest. */ public void setS3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy) { this.s3PutObjectCopy = s3PutObjectCopy; } /** *

* Directs the specified job to run a PUT Copy object call on every object in the manifest. *

* * @return Directs the specified job to run a PUT Copy object call on every object in the manifest. */ public S3CopyObjectOperation getS3PutObjectCopy() { return this.s3PutObjectCopy; } /** *

* Directs the specified job to run a PUT Copy object call on every object in the manifest. *

* * @param s3PutObjectCopy * Directs the specified job to run a PUT Copy object call on every object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy) { setS3PutObjectCopy(s3PutObjectCopy); return this; } /** *

* Directs the specified job to run a PUT Object acl call on every object in the manifest. *

* * @param s3PutObjectAcl * Directs the specified job to run a PUT Object acl call on every object in the manifest. */ public void setS3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl) { this.s3PutObjectAcl = s3PutObjectAcl; } /** *

* Directs the specified job to run a PUT Object acl call on every object in the manifest. *

* * @return Directs the specified job to run a PUT Object acl call on every object in the manifest. */ public S3SetObjectAclOperation getS3PutObjectAcl() { return this.s3PutObjectAcl; } /** *

* Directs the specified job to run a PUT Object acl call on every object in the manifest. *

* * @param s3PutObjectAcl * Directs the specified job to run a PUT Object acl call on every object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl) { setS3PutObjectAcl(s3PutObjectAcl); return this; } /** *

* Directs the specified job to run a PUT Object tagging call on every object in the manifest. *

* * @param s3PutObjectTagging * Directs the specified job to run a PUT Object tagging call on every object in the manifest. */ public void setS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging) { this.s3PutObjectTagging = s3PutObjectTagging; } /** *

* Directs the specified job to run a PUT Object tagging call on every object in the manifest. *

* * @return Directs the specified job to run a PUT Object tagging call on every object in the manifest. */ public S3SetObjectTaggingOperation getS3PutObjectTagging() { return this.s3PutObjectTagging; } /** *

* Directs the specified job to run a PUT Object tagging call on every object in the manifest. *

* * @param s3PutObjectTagging * Directs the specified job to run a PUT Object tagging call on every object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging) { setS3PutObjectTagging(s3PutObjectTagging); return this; } /** *

* Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. *

* * @param s3DeleteObjectTagging * Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. */ public void setS3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging) { this.s3DeleteObjectTagging = s3DeleteObjectTagging; } /** *

* Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. *

* * @return Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. */ public S3DeleteObjectTaggingOperation getS3DeleteObjectTagging() { return this.s3DeleteObjectTagging; } /** *

* Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. *

* * @param s3DeleteObjectTagging * Directs the specified job to execute a DELETE Object tagging call on every object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging) { setS3DeleteObjectTagging(s3DeleteObjectTagging); return this; } /** *

* Directs the specified job to initiate restore requests for every archived object in the manifest. *

* * @param s3InitiateRestoreObject * Directs the specified job to initiate restore requests for every archived object in the manifest. */ public void setS3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject) { this.s3InitiateRestoreObject = s3InitiateRestoreObject; } /** *

* Directs the specified job to initiate restore requests for every archived object in the manifest. *

* * @return Directs the specified job to initiate restore requests for every archived object in the manifest. */ public S3InitiateRestoreObjectOperation getS3InitiateRestoreObject() { return this.s3InitiateRestoreObject; } /** *

* Directs the specified job to initiate restore requests for every archived object in the manifest. *

* * @param s3InitiateRestoreObject * Directs the specified job to initiate restore requests for every archived object in the manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject) { setS3InitiateRestoreObject(s3InitiateRestoreObject); return this; } /** * @param s3PutObjectLegalHold */ public void setS3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold) { this.s3PutObjectLegalHold = s3PutObjectLegalHold; } /** * @return */ public S3SetObjectLegalHoldOperation getS3PutObjectLegalHold() { return this.s3PutObjectLegalHold; } /** * @param s3PutObjectLegalHold * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold) { setS3PutObjectLegalHold(s3PutObjectLegalHold); return this; } /** * @param s3PutObjectRetention */ public void setS3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention) { this.s3PutObjectRetention = s3PutObjectRetention; } /** * @return */ public S3SetObjectRetentionOperation getS3PutObjectRetention() { return this.s3PutObjectRetention; } /** * @param s3PutObjectRetention * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention) { setS3PutObjectRetention(s3PutObjectRetention); return this; } /** *

* Directs the specified job to invoke ReplicateObject on every object in the job's manifest. *

* * @param s3ReplicateObject * Directs the specified job to invoke ReplicateObject on every object in the job's manifest. */ public void setS3ReplicateObject(S3ReplicateObjectOperation s3ReplicateObject) { this.s3ReplicateObject = s3ReplicateObject; } /** *

* Directs the specified job to invoke ReplicateObject on every object in the job's manifest. *

* * @return Directs the specified job to invoke ReplicateObject on every object in the job's manifest. */ public S3ReplicateObjectOperation getS3ReplicateObject() { return this.s3ReplicateObject; } /** *

* Directs the specified job to invoke ReplicateObject on every object in the job's manifest. *

* * @param s3ReplicateObject * Directs the specified job to invoke ReplicateObject on every object in the job's manifest. * @return Returns a reference to this object so that method calls can be chained together. */ public JobOperation withS3ReplicateObject(S3ReplicateObjectOperation s3ReplicateObject) { setS3ReplicateObject(s3ReplicateObject); 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 (getLambdaInvoke() != null) sb.append("LambdaInvoke: ").append(getLambdaInvoke()).append(","); if (getS3PutObjectCopy() != null) sb.append("S3PutObjectCopy: ").append(getS3PutObjectCopy()).append(","); if (getS3PutObjectAcl() != null) sb.append("S3PutObjectAcl: ").append(getS3PutObjectAcl()).append(","); if (getS3PutObjectTagging() != null) sb.append("S3PutObjectTagging: ").append(getS3PutObjectTagging()).append(","); if (getS3DeleteObjectTagging() != null) sb.append("S3DeleteObjectTagging: ").append(getS3DeleteObjectTagging()).append(","); if (getS3InitiateRestoreObject() != null) sb.append("S3InitiateRestoreObject: ").append(getS3InitiateRestoreObject()).append(","); if (getS3PutObjectLegalHold() != null) sb.append("S3PutObjectLegalHold: ").append(getS3PutObjectLegalHold()).append(","); if (getS3PutObjectRetention() != null) sb.append("S3PutObjectRetention: ").append(getS3PutObjectRetention()).append(","); if (getS3ReplicateObject() != null) sb.append("S3ReplicateObject: ").append(getS3ReplicateObject()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof JobOperation == false) return false; JobOperation other = (JobOperation) obj; if (other.getLambdaInvoke() == null ^ this.getLambdaInvoke() == null) return false; if (other.getLambdaInvoke() != null && other.getLambdaInvoke().equals(this.getLambdaInvoke()) == false) return false; if (other.getS3PutObjectCopy() == null ^ this.getS3PutObjectCopy() == null) return false; if (other.getS3PutObjectCopy() != null && other.getS3PutObjectCopy().equals(this.getS3PutObjectCopy()) == false) return false; if (other.getS3PutObjectAcl() == null ^ this.getS3PutObjectAcl() == null) return false; if (other.getS3PutObjectAcl() != null && other.getS3PutObjectAcl().equals(this.getS3PutObjectAcl()) == false) return false; if (other.getS3PutObjectTagging() == null ^ this.getS3PutObjectTagging() == null) return false; if (other.getS3PutObjectTagging() != null && other.getS3PutObjectTagging().equals(this.getS3PutObjectTagging()) == false) return false; if (other.getS3DeleteObjectTagging() == null ^ this.getS3DeleteObjectTagging() == null) return false; if (other.getS3DeleteObjectTagging() != null && other.getS3DeleteObjectTagging().equals(this.getS3DeleteObjectTagging()) == false) return false; if (other.getS3InitiateRestoreObject() == null ^ this.getS3InitiateRestoreObject() == null) return false; if (other.getS3InitiateRestoreObject() != null && other.getS3InitiateRestoreObject().equals(this.getS3InitiateRestoreObject()) == false) return false; if (other.getS3PutObjectLegalHold() == null ^ this.getS3PutObjectLegalHold() == null) return false; if (other.getS3PutObjectLegalHold() != null && other.getS3PutObjectLegalHold().equals(this.getS3PutObjectLegalHold()) == false) return false; if (other.getS3PutObjectRetention() == null ^ this.getS3PutObjectRetention() == null) return false; if (other.getS3PutObjectRetention() != null && other.getS3PutObjectRetention().equals(this.getS3PutObjectRetention()) == false) return false; if (other.getS3ReplicateObject() == null ^ this.getS3ReplicateObject() == null) return false; if (other.getS3ReplicateObject() != null && other.getS3ReplicateObject().equals(this.getS3ReplicateObject()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getLambdaInvoke() == null) ? 0 : getLambdaInvoke().hashCode()); hashCode = prime * hashCode + ((getS3PutObjectCopy() == null) ? 0 : getS3PutObjectCopy().hashCode()); hashCode = prime * hashCode + ((getS3PutObjectAcl() == null) ? 0 : getS3PutObjectAcl().hashCode()); hashCode = prime * hashCode + ((getS3PutObjectTagging() == null) ? 0 : getS3PutObjectTagging().hashCode()); hashCode = prime * hashCode + ((getS3DeleteObjectTagging() == null) ? 0 : getS3DeleteObjectTagging().hashCode()); hashCode = prime * hashCode + ((getS3InitiateRestoreObject() == null) ? 0 : getS3InitiateRestoreObject().hashCode()); hashCode = prime * hashCode + ((getS3PutObjectLegalHold() == null) ? 0 : getS3PutObjectLegalHold().hashCode()); hashCode = prime * hashCode + ((getS3PutObjectRetention() == null) ? 0 : getS3PutObjectRetention().hashCode()); hashCode = prime * hashCode + ((getS3ReplicateObject() == null) ? 0 : getS3ReplicateObject().hashCode()); return hashCode; } @Override public JobOperation clone() { try { return (JobOperation) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy