@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConditionalForwardersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Describes a conditional forwarder.
NOOP
Constructor and Description |
---|
DescribeConditionalForwardersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConditionalForwardersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The directory ID for which to get the list of associated conditional forwarders.
|
List<String> |
getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional
forwarders.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
|
void |
setRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional
forwarders.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConditionalForwardersRequest |
withDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional
forwarders.
|
DescribeConditionalForwardersRequest |
withRemoteDomainNames(String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional
forwarders.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeConditionalForwardersRequest()
public void setDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId
- The directory ID for which to get the list of associated conditional forwarders.public String getDirectoryId()
The directory ID for which to get the list of associated conditional forwarders.
public DescribeConditionalForwardersRequest withDirectoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
directoryId
- The directory ID for which to get the list of associated conditional forwarders.public List<String> getRemoteDomainNames()
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
public void setRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated
conditional forwarders. If this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
NOTE: This method appends the values to the existing list (if any). Use
setRemoteDomainNames(java.util.Collection)
or withRemoteDomainNames(java.util.Collection)
if
you want to override the existing values.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated
conditional forwarders. If this member is null, all conditional forwarders are returned.public DescribeConditionalForwardersRequest withRemoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
remoteDomainNames
- The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated
conditional forwarders. If this member is null, all conditional forwarders are returned.public String toString()
toString
in class Object
Object.toString()
public DescribeConditionalForwardersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.