Amazon.OpsWorks.Model.Internal.MarshallTransformations.AssociateElasticIpResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : AssociateElasticIpResponseUnmarshaller
return AssociateElasticIpResponseUnmarshaller
        public static AssociateElasticIpResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new AssociateElasticIpResponseUnmarshaller();
          }
          return instance;
        }
  
AssociateElasticIpResponseUnmarshaller