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

GetInstance() public static method

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