Amazon.S3.Model.Internal.MarshallTransformations.DeleteLifecycleConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

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