/* * Copyright 2018-2023 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.groundstation.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GetDataflowEndpointGroupResult extends com.amazonaws.AmazonWebServiceResult
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
* ARN of a dataflow endpoint group. *
*/ private String dataflowEndpointGroupArn; /** ** UUID of a dataflow endpoint group. *
*/ private String dataflowEndpointGroupId; /** ** Details of a dataflow endpoint. *
*/ private java.util.List* Tags assigned to a dataflow endpoint group. *
*/ private java.util.Map
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
*/
public void setContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds) {
this.contactPostPassDurationSeconds = contactPostPassDurationSeconds;
}
/**
*
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
*/
public Integer getContactPostPassDurationSeconds() {
return this.contactPostPassDurationSeconds;
}
/**
*
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDataflowEndpointGroupResult withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds) {
setContactPostPassDurationSeconds(contactPostPassDurationSeconds);
return this;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
*/
public void setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) {
this.contactPrePassDurationSeconds = contactPrePassDurationSeconds;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
*/
public Integer getContactPrePassDurationSeconds() {
return this.contactPrePassDurationSeconds;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDataflowEndpointGroupResult withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) {
setContactPrePassDurationSeconds(contactPrePassDurationSeconds);
return this;
}
/**
* * ARN of a dataflow endpoint group. *
* * @param dataflowEndpointGroupArn * ARN of a dataflow endpoint group. */ public void setDataflowEndpointGroupArn(String dataflowEndpointGroupArn) { this.dataflowEndpointGroupArn = dataflowEndpointGroupArn; } /** ** ARN of a dataflow endpoint group. *
* * @return ARN of a dataflow endpoint group. */ public String getDataflowEndpointGroupArn() { return this.dataflowEndpointGroupArn; } /** ** ARN of a dataflow endpoint group. *
* * @param dataflowEndpointGroupArn * ARN of a dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowEndpointGroupResult withDataflowEndpointGroupArn(String dataflowEndpointGroupArn) { setDataflowEndpointGroupArn(dataflowEndpointGroupArn); return this; } /** ** UUID of a dataflow endpoint group. *
* * @param dataflowEndpointGroupId * UUID of a dataflow endpoint group. */ public void setDataflowEndpointGroupId(String dataflowEndpointGroupId) { this.dataflowEndpointGroupId = dataflowEndpointGroupId; } /** ** UUID of a dataflow endpoint group. *
* * @return UUID of a dataflow endpoint group. */ public String getDataflowEndpointGroupId() { return this.dataflowEndpointGroupId; } /** ** UUID of a dataflow endpoint group. *
* * @param dataflowEndpointGroupId * UUID of a dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowEndpointGroupResult withDataflowEndpointGroupId(String dataflowEndpointGroupId) { setDataflowEndpointGroupId(dataflowEndpointGroupId); return this; } /** ** Details of a dataflow endpoint. *
* * @return Details of a dataflow endpoint. */ public java.util.List* Details of a dataflow endpoint. *
* * @param endpointsDetails * Details of a dataflow endpoint. */ public void setEndpointsDetails(java.util.Collection* Details of a dataflow endpoint. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setEndpointsDetails(java.util.Collection)} or {@link #withEndpointsDetails(java.util.Collection)} if you * want to override the existing values. *
* * @param endpointsDetails * Details of a dataflow endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowEndpointGroupResult withEndpointsDetails(EndpointDetails... endpointsDetails) { if (this.endpointsDetails == null) { setEndpointsDetails(new java.util.ArrayList* Details of a dataflow endpoint. *
* * @param endpointsDetails * Details of a dataflow endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowEndpointGroupResult withEndpointsDetails(java.util.Collection* Tags assigned to a dataflow endpoint group. *
* * @return Tags assigned to a dataflow endpoint group. */ public java.util.Map* Tags assigned to a dataflow endpoint group. *
* * @param tags * Tags assigned to a dataflow endpoint group. */ public void setTags(java.util.Map* Tags assigned to a dataflow endpoint group. *
* * @param tags * Tags assigned to a dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowEndpointGroupResult withTags(java.util.Map