Tabnine Logo
InstanceNetworkInterface.getMacAddress
Code IndexAdd Tabnine to your IDE (free)

How to use
getMacAddress
method
in
com.amazonaws.services.ec2.model.InstanceNetworkInterface

Best Java code snippets using com.amazonaws.services.ec2.model.InstanceNetworkInterface.getMacAddress (Showing top 9 results out of 315)

origin: aws/aws-sdk-java

if (getIpv6Addresses() != null)
  sb.append("Ipv6Addresses: ").append(getIpv6Addresses()).append(",");
if (getMacAddress() != null)
  sb.append("MacAddress: ").append(getMacAddress()).append(",");
if (getNetworkInterfaceId() != null)
  sb.append("NetworkInterfaceId: ").append(getNetworkInterfaceId()).append(",");
origin: aws/aws-sdk-java

@Override
public int hashCode() {
  final int prime = 31;
  int hashCode = 1;
  hashCode = prime * hashCode + ((getAssociation() == null) ? 0 : getAssociation().hashCode());
  hashCode = prime * hashCode + ((getAttachment() == null) ? 0 : getAttachment().hashCode());
  hashCode = prime * hashCode + ((getDescription() == null) ? 0 : getDescription().hashCode());
  hashCode = prime * hashCode + ((getGroups() == null) ? 0 : getGroups().hashCode());
  hashCode = prime * hashCode + ((getIpv6Addresses() == null) ? 0 : getIpv6Addresses().hashCode());
  hashCode = prime * hashCode + ((getMacAddress() == null) ? 0 : getMacAddress().hashCode());
  hashCode = prime * hashCode + ((getNetworkInterfaceId() == null) ? 0 : getNetworkInterfaceId().hashCode());
  hashCode = prime * hashCode + ((getOwnerId() == null) ? 0 : getOwnerId().hashCode());
  hashCode = prime * hashCode + ((getPrivateDnsName() == null) ? 0 : getPrivateDnsName().hashCode());
  hashCode = prime * hashCode + ((getPrivateIpAddress() == null) ? 0 : getPrivateIpAddress().hashCode());
  hashCode = prime * hashCode + ((getPrivateIpAddresses() == null) ? 0 : getPrivateIpAddresses().hashCode());
  hashCode = prime * hashCode + ((getSourceDestCheck() == null) ? 0 : getSourceDestCheck().hashCode());
  hashCode = prime * hashCode + ((getStatus() == null) ? 0 : getStatus().hashCode());
  hashCode = prime * hashCode + ((getSubnetId() == null) ? 0 : getSubnetId().hashCode());
  hashCode = prime * hashCode + ((getVpcId() == null) ? 0 : getVpcId().hashCode());
  return hashCode;
}
origin: aws/aws-sdk-java

if (other.getIpv6Addresses() != null && other.getIpv6Addresses().equals(this.getIpv6Addresses()) == false)
  return false;
if (other.getMacAddress() == null ^ this.getMacAddress() == null)
  return false;
if (other.getMacAddress() != null && other.getMacAddress().equals(this.getMacAddress()) == false)
  return false;
if (other.getNetworkInterfaceId() == null ^ this.getNetworkInterfaceId() == null)
origin: aws-amplify/aws-sdk-android

/**
 * Returns a string representation of this object; useful for testing and
 * debugging.
 *
 * @return A string representation of this object.
 *
 * @see java.lang.Object#toString()
 */
@Override
public String toString() {
  StringBuilder sb = new StringBuilder();
  sb.append("{");
  if (getNetworkInterfaceId() != null) sb.append("NetworkInterfaceId: " + getNetworkInterfaceId() + ",");
  if (getSubnetId() != null) sb.append("SubnetId: " + getSubnetId() + ",");
  if (getVpcId() != null) sb.append("VpcId: " + getVpcId() + ",");
  if (getDescription() != null) sb.append("Description: " + getDescription() + ",");
  if (getOwnerId() != null) sb.append("OwnerId: " + getOwnerId() + ",");
  if (getStatus() != null) sb.append("Status: " + getStatus() + ",");
  if (getMacAddress() != null) sb.append("MacAddress: " + getMacAddress() + ",");
  if (getPrivateIpAddress() != null) sb.append("PrivateIpAddress: " + getPrivateIpAddress() + ",");
  if (getPrivateDnsName() != null) sb.append("PrivateDnsName: " + getPrivateDnsName() + ",");
  if (isSourceDestCheck() != null) sb.append("SourceDestCheck: " + isSourceDestCheck() + ",");
  if (getGroups() != null) sb.append("Groups: " + getGroups() + ",");
  if (getAttachment() != null) sb.append("Attachment: " + getAttachment() + ",");
  if (getAssociation() != null) sb.append("Association: " + getAssociation() + ",");
  if (getPrivateIpAddresses() != null) sb.append("PrivateIpAddresses: " + getPrivateIpAddresses() );
  sb.append("}");
  return sb.toString();
}

origin: aws-amplify/aws-sdk-android

@Override
public int hashCode() {
  final int prime = 31;
  int hashCode = 1;
  
  hashCode = prime * hashCode + ((getNetworkInterfaceId() == null) ? 0 : getNetworkInterfaceId().hashCode()); 
  hashCode = prime * hashCode + ((getSubnetId() == null) ? 0 : getSubnetId().hashCode()); 
  hashCode = prime * hashCode + ((getVpcId() == null) ? 0 : getVpcId().hashCode()); 
  hashCode = prime * hashCode + ((getDescription() == null) ? 0 : getDescription().hashCode()); 
  hashCode = prime * hashCode + ((getOwnerId() == null) ? 0 : getOwnerId().hashCode()); 
  hashCode = prime * hashCode + ((getStatus() == null) ? 0 : getStatus().hashCode()); 
  hashCode = prime * hashCode + ((getMacAddress() == null) ? 0 : getMacAddress().hashCode()); 
  hashCode = prime * hashCode + ((getPrivateIpAddress() == null) ? 0 : getPrivateIpAddress().hashCode()); 
  hashCode = prime * hashCode + ((getPrivateDnsName() == null) ? 0 : getPrivateDnsName().hashCode()); 
  hashCode = prime * hashCode + ((isSourceDestCheck() == null) ? 0 : isSourceDestCheck().hashCode()); 
  hashCode = prime * hashCode + ((getGroups() == null) ? 0 : getGroups().hashCode()); 
  hashCode = prime * hashCode + ((getAttachment() == null) ? 0 : getAttachment().hashCode()); 
  hashCode = prime * hashCode + ((getAssociation() == null) ? 0 : getAssociation().hashCode()); 
  hashCode = prime * hashCode + ((getPrivateIpAddresses() == null) ? 0 : getPrivateIpAddresses().hashCode()); 
  return hashCode;
}

origin: aws-amplify/aws-sdk-android

if (other.getStatus() == null ^ this.getStatus() == null) return false;
if (other.getStatus() != null && other.getStatus().equals(this.getStatus()) == false) return false; 
if (other.getMacAddress() == null ^ this.getMacAddress() == null) return false;
if (other.getMacAddress() != null && other.getMacAddress().equals(this.getMacAddress()) == false) return false; 
if (other.getPrivateIpAddress() == null ^ this.getPrivateIpAddress() == null) return false;
if (other.getPrivateIpAddress() != null && other.getPrivateIpAddress().equals(this.getPrivateIpAddress()) == false) return false; 
origin: com.amazonaws/aws-java-sdk-ec2

if (getIpv6Addresses() != null)
  sb.append("Ipv6Addresses: ").append(getIpv6Addresses()).append(",");
if (getMacAddress() != null)
  sb.append("MacAddress: ").append(getMacAddress()).append(",");
if (getNetworkInterfaceId() != null)
  sb.append("NetworkInterfaceId: ").append(getNetworkInterfaceId()).append(",");
origin: com.amazonaws/aws-java-sdk-ec2

@Override
public int hashCode() {
  final int prime = 31;
  int hashCode = 1;
  hashCode = prime * hashCode + ((getAssociation() == null) ? 0 : getAssociation().hashCode());
  hashCode = prime * hashCode + ((getAttachment() == null) ? 0 : getAttachment().hashCode());
  hashCode = prime * hashCode + ((getDescription() == null) ? 0 : getDescription().hashCode());
  hashCode = prime * hashCode + ((getGroups() == null) ? 0 : getGroups().hashCode());
  hashCode = prime * hashCode + ((getIpv6Addresses() == null) ? 0 : getIpv6Addresses().hashCode());
  hashCode = prime * hashCode + ((getMacAddress() == null) ? 0 : getMacAddress().hashCode());
  hashCode = prime * hashCode + ((getNetworkInterfaceId() == null) ? 0 : getNetworkInterfaceId().hashCode());
  hashCode = prime * hashCode + ((getOwnerId() == null) ? 0 : getOwnerId().hashCode());
  hashCode = prime * hashCode + ((getPrivateDnsName() == null) ? 0 : getPrivateDnsName().hashCode());
  hashCode = prime * hashCode + ((getPrivateIpAddress() == null) ? 0 : getPrivateIpAddress().hashCode());
  hashCode = prime * hashCode + ((getPrivateIpAddresses() == null) ? 0 : getPrivateIpAddresses().hashCode());
  hashCode = prime * hashCode + ((getSourceDestCheck() == null) ? 0 : getSourceDestCheck().hashCode());
  hashCode = prime * hashCode + ((getStatus() == null) ? 0 : getStatus().hashCode());
  hashCode = prime * hashCode + ((getSubnetId() == null) ? 0 : getSubnetId().hashCode());
  hashCode = prime * hashCode + ((getVpcId() == null) ? 0 : getVpcId().hashCode());
  return hashCode;
}
origin: com.amazonaws/aws-java-sdk-ec2

if (other.getIpv6Addresses() != null && other.getIpv6Addresses().equals(this.getIpv6Addresses()) == false)
  return false;
if (other.getMacAddress() == null ^ this.getMacAddress() == null)
  return false;
if (other.getMacAddress() != null && other.getMacAddress().equals(this.getMacAddress()) == false)
  return false;
if (other.getNetworkInterfaceId() == null ^ this.getNetworkInterfaceId() == null)
com.amazonaws.services.ec2.modelInstanceNetworkInterfacegetMacAddress

Javadoc

The MAC address.

Popular methods of InstanceNetworkInterface

  • getAttachment
    The network interface attachment.
  • getPrivateIpAddress
    The IPv4 address of the network interface within the subnet.
  • getNetworkInterfaceId
    The ID of the network interface.
  • <init>
  • getAssociation
    The association information for an Elastic IPv4 associated with the network interface.
  • getDescription
    The description.
  • getGroups
    One or more security groups.
  • getOwnerId
    The ID of the AWS account that created the network interface.
  • getPrivateDnsName
    The private DNS name.
  • getPrivateIpAddresses
    One or more private IPv4 addresses associated with the network interface.
  • getStatus
    The status of the network interface.
  • getSubnetId
    The ID of the subnet.
  • getStatus,
  • getSubnetId,
  • getVpcId,
  • setAssociation,
  • setAttachment,
  • setDescription,
  • setGroups,
  • setMacAddress,
  • setNetworkInterfaceId

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • getSystemService (Context)
  • setScale (BigDecimal)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now