Amazon.OpsWorks.Model.Internal.MarshallTransformations.DeregisterVolumeResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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