com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest Maven / Gradle / Ivy
Show all versions of aws-java-sdk-codebuild Show documentation
/*
* 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.codebuild.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.AmazonWebServiceRequest;
/**
*
* @see AWS API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class ListBuildBatchesForProjectRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable {
/**
*
* The name of the project.
*
*/
private String projectName;
/**
*
* A BuildBatchFilter
object that specifies the filters for the search.
*
*/
private BuildBatchFilter filter;
/**
*
* The maximum number of results to return.
*
*/
private Integer maxResults;
/**
*
* Specifies the sort order of the returned items. Valid values include:
*
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
*
*/
private String sortOrder;
/**
*
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
. This
* specifies the next item to return. To return the beginning of the list, exclude this parameter.
*
*/
private String nextToken;
/**
*
* The name of the project.
*
*
* @param projectName
* The name of the project.
*/
public void setProjectName(String projectName) {
this.projectName = projectName;
}
/**
*
* The name of the project.
*
*
* @return The name of the project.
*/
public String getProjectName() {
return this.projectName;
}
/**
*
* The name of the project.
*
*
* @param projectName
* The name of the project.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ListBuildBatchesForProjectRequest withProjectName(String projectName) {
setProjectName(projectName);
return this;
}
/**
*
* A BuildBatchFilter
object that specifies the filters for the search.
*
*
* @param filter
* A BuildBatchFilter
object that specifies the filters for the search.
*/
public void setFilter(BuildBatchFilter filter) {
this.filter = filter;
}
/**
*
* A BuildBatchFilter
object that specifies the filters for the search.
*
*
* @return A BuildBatchFilter
object that specifies the filters for the search.
*/
public BuildBatchFilter getFilter() {
return this.filter;
}
/**
*
* A BuildBatchFilter
object that specifies the filters for the search.
*
*
* @param filter
* A BuildBatchFilter
object that specifies the filters for the search.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ListBuildBatchesForProjectRequest withFilter(BuildBatchFilter filter) {
setFilter(filter);
return this;
}
/**
*
* The maximum number of results to return.
*
*
* @param maxResults
* The maximum number of results to return.
*/
public void setMaxResults(Integer maxResults) {
this.maxResults = maxResults;
}
/**
*
* The maximum number of results to return.
*
*
* @return The maximum number of results to return.
*/
public Integer getMaxResults() {
return this.maxResults;
}
/**
*
* The maximum number of results to return.
*
*
* @param maxResults
* The maximum number of results to return.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ListBuildBatchesForProjectRequest withMaxResults(Integer maxResults) {
setMaxResults(maxResults);
return this;
}
/**
*
* Specifies the sort order of the returned items. Valid values include:
*
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
*
*
* @param sortOrder
* Specifies the sort order of the returned items. Valid values include:
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
* @see SortOrderType
*/
public void setSortOrder(String sortOrder) {
this.sortOrder = sortOrder;
}
/**
*
* Specifies the sort order of the returned items. Valid values include:
*
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
*
*
* @return Specifies the sort order of the returned items. Valid values include:
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
* @see SortOrderType
*/
public String getSortOrder() {
return this.sortOrder;
}
/**
*
* Specifies the sort order of the returned items. Valid values include:
*
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
*
*
* @param sortOrder
* Specifies the sort order of the returned items. Valid values include:
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
* @see SortOrderType
*/
public ListBuildBatchesForProjectRequest withSortOrder(String sortOrder) {
setSortOrder(sortOrder);
return this;
}
/**
*
* Specifies the sort order of the returned items. Valid values include:
*
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
*
*
* @param sortOrder
* Specifies the sort order of the returned items. Valid values include:
*
* -
*
* ASCENDING
: List the batch build identifiers in ascending order by identifier.
*
*
* -
*
* DESCENDING
: List the batch build identifiers in descending order by identifier.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
* @see SortOrderType
*/
public ListBuildBatchesForProjectRequest withSortOrder(SortOrderType sortOrder) {
this.sortOrder = sortOrder.toString();
return this;
}
/**
*
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
. This
* specifies the next item to return. To return the beginning of the list, exclude this parameter.
*
*
* @param nextToken
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
.
* This specifies the next item to return. To return the beginning of the list, exclude this parameter.
*/
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
/**
*
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
. This
* specifies the next item to return. To return the beginning of the list, exclude this parameter.
*
*
* @return The nextToken
value returned from a previous call to ListBuildBatchesForProject
* . This specifies the next item to return. To return the beginning of the list, exclude this parameter.
*/
public String getNextToken() {
return this.nextToken;
}
/**
*
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
. This
* specifies the next item to return. To return the beginning of the list, exclude this parameter.
*
*
* @param nextToken
* The nextToken
value returned from a previous call to ListBuildBatchesForProject
.
* This specifies the next item to return. To return the beginning of the list, exclude this parameter.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ListBuildBatchesForProjectRequest withNextToken(String nextToken) {
setNextToken(nextToken);
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 (getProjectName() != null)
sb.append("ProjectName: ").append(getProjectName()).append(",");
if (getFilter() != null)
sb.append("Filter: ").append(getFilter()).append(",");
if (getMaxResults() != null)
sb.append("MaxResults: ").append(getMaxResults()).append(",");
if (getSortOrder() != null)
sb.append("SortOrder: ").append(getSortOrder()).append(",");
if (getNextToken() != null)
sb.append("NextToken: ").append(getNextToken());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof ListBuildBatchesForProjectRequest == false)
return false;
ListBuildBatchesForProjectRequest other = (ListBuildBatchesForProjectRequest) obj;
if (other.getProjectName() == null ^ this.getProjectName() == null)
return false;
if (other.getProjectName() != null && other.getProjectName().equals(this.getProjectName()) == false)
return false;
if (other.getFilter() == null ^ this.getFilter() == null)
return false;
if (other.getFilter() != null && other.getFilter().equals(this.getFilter()) == false)
return false;
if (other.getMaxResults() == null ^ this.getMaxResults() == null)
return false;
if (other.getMaxResults() != null && other.getMaxResults().equals(this.getMaxResults()) == false)
return false;
if (other.getSortOrder() == null ^ this.getSortOrder() == null)
return false;
if (other.getSortOrder() != null && other.getSortOrder().equals(this.getSortOrder()) == false)
return false;
if (other.getNextToken() == null ^ this.getNextToken() == null)
return false;
if (other.getNextToken() != null && other.getNextToken().equals(this.getNextToken()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getProjectName() == null) ? 0 : getProjectName().hashCode());
hashCode = prime * hashCode + ((getFilter() == null) ? 0 : getFilter().hashCode());
hashCode = prime * hashCode + ((getMaxResults() == null) ? 0 : getMaxResults().hashCode());
hashCode = prime * hashCode + ((getSortOrder() == null) ? 0 : getSortOrder().hashCode());
hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode());
return hashCode;
}
@Override
public ListBuildBatchesForProjectRequest clone() {
return (ListBuildBatchesForProjectRequest) super.clone();
}
}